BGPCEP-727: PCEP Cli
[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         <module>topology-stats</module>
25         <module>cli</module>
26     </modules>
27
28     <!--
29         Maven Site Configuration
30
31         The following configuration is necessary for maven-site-plugin to
32         correctly identify the correct deployment path for OpenDaylight Maven
33         sites.
34     -->
35     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
36
37     <distributionManagement>
38         <site>
39             <id>opendaylight-site</id>
40             <url>${nexus.site.url}/${project.artifactId}/</url>
41         </site>
42     </distributionManagement>
43 </project>