Enable site generation for mdsal
[mdsal.git] / model / ietf / ietf-inet-types-2013-07-15 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <artifactId>model-ietf</artifactId>
7         <groupId>org.opendaylight.mdsal.model</groupId>
8         <version>0.9.0-SNAPSHOT</version>
9     </parent>
10     <modelVersion>4.0.0</modelVersion>
11
12     <artifactId>ietf-inet-types-2013-07-15</artifactId>
13     <version>1.1.0-SNAPSHOT</version>
14     <name>${project.artifactId}</name>
15     <description>${project.artifactId}</description>
16     <packaging>bundle</packaging>
17
18
19
20   <!--
21       Maven Site Configuration
22
23       The following configuration is necessary for maven-site-plugin to
24       correctly identify the correct deployment path for OpenDaylight Maven
25       sites.
26   -->
27   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
28
29   <distributionManagement>
30     <site>
31       <id>opendaylight-site</id>
32       <url>${nexus.site.url}/${project.artifactId}/</url>
33     </site>
34   </distributionManagement>
35
36 </project>