db7ddfb0e88acf2491c2e955fa77f4684ea875cc
[bgpcep.git] / features / bmp / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          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.4</version>
8         <relativePath/>
9     </parent>
10
11     <artifactId>features-aggregator-bmp</artifactId>
12     <groupId>org.opendaylight.bgpcep</groupId>
13     <version>0.8.0-SNAPSHOT</version>
14     <packaging>pom</packaging>
15
16     <modules>
17         <module>features-bmp</module>
18         <module>odl-bgpcep-bmp</module>
19     </modules>
20
21     <!--
22         Maven Site Configuration
23
24         The following configuration is necessary for maven-site-plugin to
25         correctly identify the correct deployment path for OpenDaylight Maven
26         sites.
27     -->
28     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
29
30     <distributionManagement>
31         <site>
32             <id>opendaylight-site</id>
33             <url>${nexus.site.url}/${project.artifactId}/</url>
34         </site>
35     </distributionManagement>
36 </project>