7d88b463fec04e3ee58be3e7aa12ab5020a755fd
[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         <!-- AD-SAL Related Features -->
169         <dependency>
170           <groupId>org.opendaylight.controller</groupId>
171           <artifactId>features-adsal</artifactId>
172           <version>${feature.adsal.version}</version>
173           <classifier>features</classifier>
174           <type>xml</type>
175         </dependency>
176         <dependency>
177           <groupId>org.opendaylight.controller</groupId>
178           <artifactId>features-nsf</artifactId>
179           <version>${feature.nsf.version}</version>
180           <classifier>features</classifier>
181           <type>xml</type>
182         </dependency>
183         <!-- VTN Features -->
184         <dependency>
185           <groupId>org.opendaylight.vtn</groupId>
186           <artifactId>features-vtn-manager</artifactId>
187           <version>${feature.vtn-manager.version}</version>
188           <classifier>features</classifier>
189           <type>xml</type>
190         </dependency>
191
192
193         <!-- GBP Features -->
194         <dependency>
195           <groupId>org.opendaylight.groupbasedpolicy</groupId>
196           <artifactId>features-groupbasedpolicy</artifactId>
197           <version>${feature.groupbasedpolicy.version}</version>
198           <classifier>features</classifier>
199           <type>xml</type>
200         </dependency>
201
202         <!-- SFC features -->
203        <dependency>
204           <groupId>org.opendaylight.sfc</groupId>
205           <artifactId>features-sfc</artifactId>
206           <version>${feature.sfc.version}</version>
207           <classifier>features</classifier>
208           <type>xml</type>
209        </dependency>
210
211         <dependency>
212           <groupId>org.opendaylight.tcpmd5</groupId>
213           <artifactId>features-tcpmd5</artifactId>
214           <version>${feature.tcpmd5.version}</version>
215           <classifier>features</classifier>
216           <type>xml</type>
217         </dependency>
218
219         <dependency>
220           <groupId>org.opendaylight.bgpcep</groupId>
221           <artifactId>features-bgp</artifactId>
222           <version>${feature.bgpcep.version}</version>
223           <classifier>features</classifier>
224           <type>xml</type>
225         </dependency>
226         <dependency>
227           <groupId>org.opendaylight.bgpcep</groupId>
228           <artifactId>features-extras</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-pcep</artifactId>
236           <version>${feature.bgpcep.version}</version>
237           <classifier>features</classifier>
238           <type>xml</type>
239         </dependency>
240
241         <!-- OVSDB Related Features -->
242         <dependency>
243           <groupId>org.opendaylight.ovsdb</groupId>
244           <artifactId>features-ovsdb</artifactId>
245           <version>${feature.ovsdb.version}</version>
246           <classifier>features</classifier>
247           <type>xml</type>
248         </dependency>
249
250         <!-- Plugin2oc Related Features -->
251         <dependency>
252           <groupId>org.opendaylight.plugin2oc</groupId>
253           <artifactId>features-plugin2oc</artifactId>
254           <version>0.2.0-SNAPSHOT</version>
255           <classifier>features</classifier>
256           <type>xml</type>
257         </dependency>
258
259         <!-- packetcable Related Features
260         <dependency>
261            <groupId>org.opendaylight.packetcable</groupId>
262            <artifactId>features-packetcable</artifactId>
263            <version>${feature.packetcable.version}</version>
264            <classifier>features</classifier>
265           <type>xml</type>
266         </dependency>
267          -->
268       </dependencies>
269   </dependencyManagement>
270   <build>
271     <pluginManagement>
272       <plugins>
273         <plugin>
274           <groupId>org.apache.maven.plugins</groupId>
275           <artifactId>maven-surefire-plugin</artifactId>
276           <version>${maven.surefire.version}</version>
277         </plugin>
278       </plugins>
279     </pluginManagement>
280
281     <plugins>
282       <plugin>
283         <groupId>org.apache.maven.plugins</groupId>
284         <artifactId>maven-enforcer-plugin</artifactId>
285         <version>${enforcer.version}</version>
286         <executions>
287           <execution>
288             <id>enforce-maven</id>
289             <goals>
290               <goal>enforce</goal>
291             </goals>
292             <configuration>
293               <rules>
294                 <requireMavenVersion>
295                   <version>3.1.1</version>
296                 </requireMavenVersion>
297               </rules>
298             </configuration>
299           </execution>
300         </executions>
301       </plugin>
302     </plugins>
303   </build>
304 </project>