Enable NetVirt Maven site
[netvirt.git] / openstack / net-virt-sfc / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2015, 2016 Red Hat, Inc. and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13
14   <parent>
15     <groupId>org.opendaylight.controller</groupId>
16     <artifactId>config-parent</artifactId>
17     <version>0.5.0-SNAPSHOT</version>
18     <relativePath/>
19   </parent>
20
21   <modelVersion>4.0.0</modelVersion>
22   <groupId>org.opendaylight.netvirt</groupId>
23   <artifactId>openstack.net-virt-sfc-impl</artifactId>
24   <version>1.3.0-SNAPSHOT</version>
25   <packaging>bundle</packaging>
26
27   <properties>
28     <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
29     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
30     <sfc.version>0.3.0-SNAPSHOT</sfc.version>
31     <sonar.jacoco.itReportPath>../it/target/jacoco-it.exec</sonar.jacoco.itReportPath>
32   </properties>
33
34   <dependencies>
35     <dependency>
36       <groupId>${project.groupId}</groupId>
37       <artifactId>openstack.net-virt</artifactId>
38       <version>${project.version}</version>
39     </dependency>
40     <dependency>
41       <groupId>${project.groupId}</groupId>
42       <artifactId>openstack.net-virt-providers</artifactId>
43       <version>${project.version}</version>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.ovsdb</groupId>
47       <artifactId>southbound-api</artifactId>
48       <version>${ovsdb.version}</version>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.ovsdb</groupId>
52       <artifactId>southbound-impl</artifactId>
53       <version>${ovsdb.version}</version>
54     </dependency>
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>utils.mdsal-utils</artifactId>
58       <version>${project.version}</version>
59     </dependency>
60     <dependency>
61       <groupId>${project.groupId}</groupId>
62       <artifactId>utils.mdsal-openflow</artifactId>
63       <version>${project.version}</version>
64     </dependency>
65     <dependency>
66       <groupId>${project.groupId}</groupId>
67       <artifactId>utils.servicehelper</artifactId>
68       <version>${project.version}</version>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.openflowplugin</groupId>
72       <artifactId>openflowplugin-extension-nicira</artifactId>
73       <version>${openflowplugin.version}</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.openflowplugin</groupId>
77       <artifactId>openflowjava-extension-nicira</artifactId>
78       <version>${openflowplugin.version}</version>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.openflowplugin.model</groupId>
82       <artifactId>model-flow-base</artifactId>
83       <version>${openflowplugin.version}</version>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.openflowplugin.model</groupId>
87       <artifactId>model-flow-service</artifactId>
88       <version>${openflowplugin.version}</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.mdsal.model</groupId>
92       <artifactId>ietf-topology</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.mdsal.model</groupId>
96       <artifactId>iana-if-type-2014-05-08</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.sfc</groupId>
100       <artifactId>sfc-model</artifactId>
101       <version>${sfc.version}</version>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.sfc</groupId>
105       <artifactId>sfc-provider</artifactId>
106       <version>${sfc.version}</version>
107     </dependency>
108     <dependency>
109       <groupId>org.codehaus.sonar-plugins.java</groupId>
110       <artifactId>sonar-jacoco-listeners</artifactId>
111       <version>${sonar-jacoco-listeners.version}</version>
112       <scope>test</scope>
113     </dependency>
114     <dependency>
115       <groupId>org.slf4j</groupId>
116       <artifactId>slf4j-simple</artifactId>
117       <scope>test</scope>
118     </dependency>
119     <dependency>
120       <groupId>junit</groupId>
121       <artifactId>junit</artifactId>
122       <scope>test</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.mockito</groupId>
126       <artifactId>mockito-all</artifactId>
127       <version>1.10.19</version>
128       <scope>test</scope>
129     </dependency>
130     <dependency>
131       <groupId>${project.groupId}</groupId>
132       <artifactId>openstack.net-virt-sfc-api</artifactId>
133       <version>${project.version}</version>
134     </dependency>
135   </dependencies>
136
137   <build>
138     <plugins>
139       <plugin>
140         <groupId>org.apache.felix</groupId>
141         <artifactId>maven-bundle-plugin</artifactId>
142         <extensions>true</extensions>
143         <configuration>
144           <instructions>
145             <Embed-Dependency>utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
146             <Embed-Transitive>true</Embed-Transitive>
147             <Export-Package>
148               org.opendaylight.netvirt.openstack.netvirt.sfc,
149               org.opendaylight.netvirt.openstack.netvirt.sfc.workaround.services
150             </Export-Package>
151           </instructions>
152         </configuration>
153       </plugin>
154       <plugin>
155         <groupId>org.apache.maven.plugins</groupId>
156         <artifactId>maven-surefire-plugin</artifactId>
157         <configuration>
158           <properties>
159             <property>
160               <name>listener</name>
161               <value>org.sonar.java.jacoco.JUnitListener</value>
162             </property>
163           </properties>
164         </configuration>
165       </plugin>
166     </plugins>
167   </build>
168
169   <!--
170       Maven Site Configuration
171
172       The following configuration is necessary for maven-site-plugin to
173       correctly identify the correct deployment path for OpenDaylight Maven
174       sites.
175   -->
176   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
177
178   <distributionManagement>
179     <site>
180       <id>opendaylight-site</id>
181       <url>${nexus.site.url}/${project.artifactId}/</url>
182     </site>
183   </distributionManagement>
184 </project>