054a924fb69da3bc39ef3294f9a5454b3c0be676
[integration/distribution.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <parent>
4     <groupId>org.opendaylight.odlparent</groupId>
5     <artifactId>odlparent</artifactId>
6     <version>1.5.0-SNAPSHOT</version>
7     <relativePath/>
8   </parent>
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.opendaylight.integration</groupId>
11   <artifactId>root</artifactId>
12   <version>0.3.0-SNAPSHOT</version>
13   <name>integration</name> <!-- Used by Sonar to set project name -->
14   <packaging>pom</packaging>
15   <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
16   <scm>
17     <connection>scm:git:ssh://git.opendaylight.org:29418/integration.git</connection>
18     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration.git</developerConnection>
19     <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
20     <tag>HEAD</tag>
21   </scm>
22   <properties>
23     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
24     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25     <feature.dlux.version>0.2.0-SNAPSHOT</feature.dlux.version>
26     <feature.mdsal.version>1.2.0-SNAPSHOT</feature.mdsal.version>
27     <feature.flow.version>1.2.0-SNAPSHOT</feature.flow.version>
28     <feature.yangtools.version>0.7.0-SNAPSHOT</feature.yangtools.version>
29     <feature.adsal.version>0.9.0-SNAPSHOT</feature.adsal.version>
30     <feature.neutron.version>0.5.0-SNAPSHOT</feature.neutron.version>
31     <feature.nsf.version>0.5.0-SNAPSHOT</feature.nsf.version>
32     <feature.openflowplugin.version>0.1.0-SNAPSHOT</feature.openflowplugin.version>
33     <feature.ovsdb.version>1.1.0-SNAPSHOT</feature.ovsdb.version>
34     <feature.ovsdb.openstack.version>1.1.0-SNAPSHOT</feature.ovsdb.openstack.version>
35     <feature.groupbasedpolicy.version>0.2.0-SNAPSHOT</feature.groupbasedpolicy.version>
36     <feature.lispflowmapping.version>1.2.0-SNAPSHOT</feature.lispflowmapping.version>
37     <feature.sfc.version>0.1.0-SNAPSHOT</feature.sfc.version>
38     <feature.snbi.version>1.1.0-SNAPSHOT</feature.snbi.version>
39     <feature.ttp.version>0.1.0-SNAPSHOT</feature.ttp.version>
40     <feature.usc.version>1.0-SNAPSHOT</feature.usc.version>
41     <feature.capwap.version>0.1.0-SNAPSHOT</feature.capwap.version>
42     <feature.vtn-manager.version>0.3.0-SNAPSHOT</feature.vtn-manager.version>
43     <feature.bgpcep.version>0.4.0-SNAPSHOT</feature.bgpcep.version>
44 <!--
45     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
46 -->
47     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
48     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
49     <feature.topoprocessing.version>0.0.1-SNAPSHOT</feature.topoprocessing.version>
50     <karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
51     <maven.surefire.version>2.16</maven.surefire.version>
52     <checkstyle.version>2.13</checkstyle.version>
53     <enforcer.version>1.3.1</enforcer.version>
54     <snmp.plugin.version>1.0-SNAPSHOT</snmp.plugin.version>
55     <didm.version>0.1.0-SNAPSHOT</didm.version>
56     <feature.vpnservice.version>1.0-SNAPSHOT</feature.vpnservice.version>
57     <feature.lacp.version>1.0.0-SNAPSHOT</feature.lacp.version>
58   </properties>
59   <modules>
60     <module>distributions/</module>
61     <module>features/</module>
62     <module>feature-selector</module>
63   </modules>
64
65   <repositories>
66
67     <!-- OpenDayLight Repo Mirror -->
68     <repository>
69       <id>opendaylight-mirror</id>
70       <name>opendaylight-mirror</name>
71       <url>${nexusproxy}/groups/public/</url>
72       <snapshots>
73           <enabled>false</enabled>
74       </snapshots>
75       <releases>
76           <enabled>true</enabled>
77           <updatePolicy>never</updatePolicy>
78       </releases>
79     </repository>
80     <!-- OpenDayLight Snapshot artifact -->
81     <repository>
82       <id>opendaylight-snapshot</id>
83       <name>opendaylight-snapshot</name>
84       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
85       <snapshots>
86           <enabled>true</enabled>
87       </snapshots>
88       <releases>
89           <enabled>false</enabled>
90       </releases>
91     </repository>
92   </repositories>
93
94   <pluginRepositories>
95     <pluginRepository>
96       <id>central2</id>
97       <name>central2</name>
98       <url>${nexusproxy}/repositories/central2/</url>
99     </pluginRepository>
100     <pluginRepository>
101       <id>opendaylight-snapshot</id>
102       <name>central2</name>
103       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
104     </pluginRepository>
105   </pluginRepositories>
106
107   <distributionManagement>
108     <!-- OpenDayLight Released artifact -->
109     <repository>
110       <id>opendaylight-release</id>
111       <url>${nexusproxy}/repositories/opendaylight.release/</url>
112     </repository>
113     <!-- OpenDayLight Snapshot artifact -->
114     <snapshotRepository>
115       <id>opendaylight-snapshot</id>
116       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
117     </snapshotRepository>
118     <site>
119       <id>${project.artifactId}-site</id>
120       <url>./</url>
121     </site>
122   </distributionManagement>
123   <dependencyManagement>
124       <dependencies>
125         <!-- Karaf basic pieces -->
126         <dependency>
127           <!-- scope is compile so all features (there is only one) are installed
128             into startup.properties and the feature repo itself is not installed -->
129           <groupId>org.apache.karaf.features</groupId>
130           <artifactId>framework</artifactId>
131           <version>${karaf.version}</version>
132           <type>kar</type>
133         </dependency>
134         <!-- scope is runtime so the feature repo is listed in the features
135           service config file, and features may be installed using the
136           karaf-maven-plugin configuration -->
137         <dependency>
138           <groupId>org.apache.karaf.features</groupId>
139           <artifactId>standard</artifactId>
140           <version>${karaf.version}</version>
141           <classifier>features</classifier>
142           <type>xml</type>
143         </dependency>
144
145         <!-- Karaf Branding -->
146         <dependency>
147           <groupId>org.opendaylight.controller</groupId>
148           <artifactId>karaf.branding</artifactId>
149           <version>${karaf.branding.version}</version>
150         </dependency>
151
152         <!-- Integration features -->
153         <dependency>
154           <groupId>org.opendaylight.integration</groupId>
155           <artifactId>features-integration</artifactId>
156           <version>${project.version}</version>
157           <classifier>features</classifier>
158           <type>xml</type>
159         </dependency>
160         <!-- MD-SAL Related Features -->
161         <dependency>
162           <groupId>org.opendaylight.controller</groupId>
163           <artifactId>features-mdsal</artifactId>
164           <version>${feature.mdsal.version}</version>
165           <classifier>features</classifier>
166           <type>xml</type>
167         </dependency>
168         <dependency>
169           <groupId>org.opendaylight.controller</groupId>
170           <artifactId>features-flow</artifactId>
171           <version>${feature.flow.version}</version>
172           <classifier>features</classifier>
173           <type>xml</type>
174         </dependency>
175         <!-- AD-SAL Related Features -->
176         <dependency>
177           <groupId>org.opendaylight.controller</groupId>
178           <artifactId>features-adsal</artifactId>
179           <version>${feature.adsal.version}</version>
180           <classifier>features</classifier>
181           <type>xml</type>
182         </dependency>
183         <dependency>
184           <groupId>org.opendaylight.controller</groupId>
185           <artifactId>features-nsf</artifactId>
186           <version>${feature.nsf.version}</version>
187           <classifier>features</classifier>
188           <type>xml</type>
189         </dependency>
190         <!-- VTN Features -->
191         <dependency>
192           <groupId>org.opendaylight.vtn</groupId>
193           <artifactId>features-vtn-manager</artifactId>
194           <version>${feature.vtn-manager.version}</version>
195           <classifier>features</classifier>
196           <type>xml</type>
197         </dependency>
198
199
200         <!-- GBP Features -->
201         <dependency>
202           <groupId>org.opendaylight.groupbasedpolicy</groupId>
203           <artifactId>features-groupbasedpolicy</artifactId>
204           <version>${feature.groupbasedpolicy.version}</version>
205           <classifier>features</classifier>
206           <type>xml</type>
207         </dependency>
208
209         <!-- SFC features -->
210        <dependency>
211           <groupId>org.opendaylight.sfc</groupId>
212           <artifactId>features-sfc</artifactId>
213           <version>${feature.sfc.version}</version>
214           <classifier>features</classifier>
215           <type>xml</type>
216        </dependency>
217
218         <dependency>
219           <groupId>org.opendaylight.tcpmd5</groupId>
220           <artifactId>features-tcpmd5</artifactId>
221           <version>${feature.tcpmd5.version}</version>
222           <classifier>features</classifier>
223           <type>xml</type>
224         </dependency>
225
226         <dependency>
227           <groupId>org.opendaylight.bgpcep</groupId>
228           <artifactId>features-bgp</artifactId>
229           <version>${feature.bgpcep.version}</version>
230           <classifier>features</classifier>
231           <type>xml</type>
232         </dependency>
233         <dependency>
234           <groupId>org.opendaylight.bgpcep</groupId>
235           <artifactId>features-extras</artifactId>
236           <version>${feature.bgpcep.version}</version>
237           <classifier>features</classifier>
238           <type>xml</type>
239         </dependency>
240         <dependency>
241           <groupId>org.opendaylight.bgpcep</groupId>
242           <artifactId>features-pcep</artifactId>
243           <version>${feature.bgpcep.version}</version>
244           <classifier>features</classifier>
245           <type>xml</type>
246         </dependency>
247
248         <!-- OVSDB Related Features -->
249         <dependency>
250           <groupId>org.opendaylight.ovsdb</groupId>
251           <artifactId>features-ovsdb</artifactId>
252           <version>${feature.ovsdb.version}</version>
253           <classifier>features</classifier>
254           <type>xml</type>
255         </dependency>
256
257         <!-- Plugin2oc Related Features -->
258         <dependency>
259           <groupId>org.opendaylight.plugin2oc</groupId>
260           <artifactId>features-plugin2oc</artifactId>
261           <version>0.2.0-SNAPSHOT</version>
262           <classifier>features</classifier>
263           <type>xml</type>
264         </dependency>
265
266         <!-- packetcable Related Features
267         <dependency>
268            <groupId>org.opendaylight.packetcable</groupId>
269            <artifactId>features-packetcable</artifactId>
270            <version>${feature.packetcable.version}</version>
271            <classifier>features</classifier>
272           <type>xml</type>
273         </dependency>
274          -->
275       </dependencies>
276   </dependencyManagement>
277   <build>
278     <pluginManagement>
279       <plugins>
280         <plugin>
281           <groupId>org.apache.maven.plugins</groupId>
282           <artifactId>maven-surefire-plugin</artifactId>
283           <version>${maven.surefire.version}</version>
284         </plugin>
285       </plugins>
286     </pluginManagement>
287
288     <plugins>
289       <plugin>
290         <groupId>org.apache.maven.plugins</groupId>
291         <artifactId>maven-enforcer-plugin</artifactId>
292         <version>${enforcer.version}</version>
293         <executions>
294           <execution>
295             <id>enforce-maven</id>
296             <goals>
297               <goal>enforce</goal>
298             </goals>
299             <configuration>
300               <rules>
301                 <requireMavenVersion>
302                   <version>3.1.1</version>
303                 </requireMavenVersion>
304               </rules>
305             </configuration>
306           </execution>
307         </executions>
308       </plugin>
309     </plugins>
310   </build>
311 </project>