031bdd491c2c34878cf4aefcc2f482fa91496499
[bgpcep.git] / features / rsvp / features-rsvp / 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>feature-repo-parent</artifactId>
9         <version>2.0.4</version>
10         <relativePath/>
11     </parent>
12     
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>features-rsvp</artifactId>
15     <version>0.8.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17
18     <dependencyManagement>
19         <!-- ODL-BGP-ARTIFACTS -->
20         <dependencies>
21             <dependency>
22                 <groupId>org.opendaylight.bgpcep</groupId>
23                 <artifactId>bgpcep-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>odl-bgpcep-rsvp</artifactId>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-bgpcep-rsvp-dependencies</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44     </dependencies>
45
46     <!--
47         Maven Site Configuration
48
49         The following configuration is necessary for maven-site-plugin to
50         correctly identify the correct deployment path for OpenDaylight Maven
51         sites.
52     -->
53     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
54
55     <distributionManagement>
56         <site>
57             <id>opendaylight-site</id>
58             <url>${nexus.site.url}/${project.artifactId}/</url>
59         </site>
60     </distributionManagement>
61 </project>