f442e97b4c1b594db37735476830a182c7acc0e7
[bgpcep.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>2.0.5</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.bgpcep</groupId>
12   <artifactId>features-bgpcep</artifactId>
13   <version>0.9.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <modules>
17     <module>bgp</module>
18     <module>pcep</module>
19     <module>bgpcep-extras</module>
20     <module>bmp</module>
21     <module>rsvp</module>
22     <module>topology</module>
23     <module>concepts</module>
24     <module>config-loader</module>
25   </modules>
26
27   <!--
28       Maven Site Configuration
29
30       The following configuration is necessary for maven-site-plugin to
31       correctly identify the correct deployment path for OpenDaylight Maven
32       sites.
33   -->
34   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
35
36   <distributionManagement>
37     <site>
38       <id>opendaylight-site</id>
39       <url>${nexus.site.url}/${project.artifactId}/</url>
40     </site>
41   </distributionManagement>
42 </project>