Create pcep topology parent aggregator
[bgpcep.git] / pcep / topology / 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     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>odlparent-lite</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>pcep-topology-parent</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17     <description>PCEP Topology related components</description>
18     <name>${project.artifactId}</name>
19
20     <modules>
21         <module>topology-api</module>
22         <module>topology-spi</module>
23         <module>topology-provider</module>
24     </modules>
25
26     <!--
27         Maven Site Configuration
28
29         The following configuration is necessary for maven-site-plugin to
30         correctly identify the correct deployment path for OpenDaylight Maven
31         sites.
32     -->
33     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
34
35     <distributionManagement>
36         <site>
37             <id>opendaylight-site</id>
38             <url>${nexus.site.url}/${project.artifactId}/</url>
39         </site>
40     </distributionManagement>
41 </project>