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