Remove Packetcable from integration.
[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.vtn-manager.version>0.3.0-SNAPSHOT</feature.vtn-manager.version>
42     <feature.bgpcep.version>0.4.0-SNAPSHOT</feature.bgpcep.version>
43 <!--
44     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
45 -->
46     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
47     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
48     <feature.topoprocessing.version>0.0.1-SNAPSHOT</feature.topoprocessing.version>
49     <karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
50     <maven.surefire.version>2.16</maven.surefire.version>
51     <checkstyle.version>2.13</checkstyle.version>
52     <enforcer.version>1.3.1</enforcer.version>
53     <snmp.plugin.version>1.0-SNAPSHOT</snmp.plugin.version>
54     <didm.version>0.1.0-SNAPSHOT</didm.version>
55     <feature.vpnservice.version>1.0-SNAPSHOT</feature.vpnservice.version>
56     <feature.lacp.version>1.0.0-SNAPSHOT</feature.lacp.version>
57   </properties>
58   <modules>
59     <module>distributions/</module>
60     <module>features/</module>
61     <module>feature-selector</module>
62   </modules>
63
64   <repositories>
65
66     <!-- OpenDayLight Repo Mirror -->
67     <repository>
68       <id>opendaylight-mirror</id>
69       <name>opendaylight-mirror</name>
70       <url>${nexusproxy}/groups/public/</url>
71       <snapshots>
72           <enabled>false</enabled>
73       </snapshots>
74       <releases>
75           <enabled>true</enabled>
76           <updatePolicy>never</updatePolicy>
77       </releases>
78     </repository>
79     <!-- OpenDayLight Snapshot artifact -->
80     <repository>
81       <id>opendaylight-snapshot</id>
82       <name>opendaylight-snapshot</name>
83       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
84       <snapshots>
85           <enabled>true</enabled>
86       </snapshots>
87       <releases>
88           <enabled>false</enabled>
89       </releases>
90     </repository>
91   </repositories>
92
93   <pluginRepositories>
94     <pluginRepository>
95       <id>central2</id>
96       <name>central2</name>
97       <url>${nexusproxy}/repositories/central2/</url>
98     </pluginRepository>
99     <pluginRepository>
100       <id>opendaylight-snapshot</id>
101       <name>central2</name>
102       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
103     </pluginRepository>
104   </pluginRepositories>
105
106   <distributionManagement>
107     <!-- OpenDayLight Released artifact -->
108     <repository>
109       <id>opendaylight-release</id>
110       <url>${nexusproxy}/repositories/opendaylight.release/</url>
111     </repository>
112     <!-- OpenDayLight Snapshot artifact -->
113     <snapshotRepository>
114       <id>opendaylight-snapshot</id>
115       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
116     </snapshotRepository>
117     <site>
118       <id>${project.artifactId}-site</id>
119       <url>./</url>
120     </site>
121   </distributionManagement>
122   <dependencyManagement>
123       <dependencies>
124         <!-- Karaf basic pieces -->
125         <dependency>
126           <!-- scope is compile so all features (there is only one) are installed
127             into startup.properties and the feature repo itself is not installed -->
128           <groupId>org.apache.karaf.features</groupId>
129           <artifactId>framework</artifactId>
130           <version>${karaf.version}</version>
131           <type>kar</type>
132         </dependency>
133         <!-- scope is runtime so the feature repo is listed in the features
134           service config file, and features may be installed using the
135           karaf-maven-plugin configuration -->
136         <dependency>
137           <groupId>org.apache.karaf.features</groupId>
138           <artifactId>standard</artifactId>
139           <version>${karaf.version}</version>
140           <classifier>features</classifier>
141           <type>xml</type>
142         </dependency>
143
144         <!-- Karaf Branding -->
145         <dependency>
146           <groupId>org.opendaylight.controller</groupId>
147           <artifactId>karaf.branding</artifactId>
148           <version>${karaf.branding.version}</version>
149         </dependency>
150
151         <!-- Integration features -->
152         <dependency>
153           <groupId>org.opendaylight.integration</groupId>
154           <artifactId>features-integration</artifactId>
155           <version>${project.version}</version>
156           <classifier>features</classifier>
157           <type>xml</type>
158         </dependency>
159         <!-- MD-SAL Related Features -->
160         <dependency>
161           <groupId>org.opendaylight.controller</groupId>
162           <artifactId>features-mdsal</artifactId>
163           <version>${feature.mdsal.version}</version>
164           <classifier>features</classifier>
165           <type>xml</type>
166         </dependency>
167         <dependency>
168           <groupId>org.opendaylight.controller</groupId>
169           <artifactId>features-flow</artifactId>
170           <version>${feature.flow.version}</version>
171           <classifier>features</classifier>
172           <type>xml</type>
173         </dependency>
174         <!-- AD-SAL Related Features -->
175         <dependency>
176           <groupId>org.opendaylight.controller</groupId>
177           <artifactId>features-adsal</artifactId>
178           <version>${feature.adsal.version}</version>
179           <classifier>features</classifier>
180           <type>xml</type>
181         </dependency>
182         <dependency>
183           <groupId>org.opendaylight.controller</groupId>
184           <artifactId>features-nsf</artifactId>
185           <version>${feature.nsf.version}</version>
186           <classifier>features</classifier>
187           <type>xml</type>
188         </dependency>
189         <!-- VTN Features -->
190         <dependency>
191           <groupId>org.opendaylight.vtn</groupId>
192           <artifactId>features-vtn-manager</artifactId>
193           <version>${feature.vtn-manager.version}</version>
194           <classifier>features</classifier>
195           <type>xml</type>
196         </dependency>
197
198
199         <!-- GBP Features -->
200         <dependency>
201           <groupId>org.opendaylight.groupbasedpolicy</groupId>
202           <artifactId>features-groupbasedpolicy</artifactId>
203           <version>${feature.groupbasedpolicy.version}</version>
204           <classifier>features</classifier>
205           <type>xml</type>
206         </dependency>
207
208         <!-- SFC features -->
209        <dependency>
210           <groupId>org.opendaylight.sfc</groupId>
211           <artifactId>features-sfc</artifactId>
212           <version>${feature.sfc.version}</version>
213           <classifier>features</classifier>
214           <type>xml</type>
215        </dependency>
216
217         <dependency>
218           <groupId>org.opendaylight.tcpmd5</groupId>
219           <artifactId>features-tcpmd5</artifactId>
220           <version>${feature.tcpmd5.version}</version>
221           <classifier>features</classifier>
222           <type>xml</type>
223         </dependency>
224
225         <dependency>
226           <groupId>org.opendaylight.bgpcep</groupId>
227           <artifactId>features-bgp</artifactId>
228           <version>${feature.bgpcep.version}</version>
229           <classifier>features</classifier>
230           <type>xml</type>
231         </dependency>
232         <dependency>
233           <groupId>org.opendaylight.bgpcep</groupId>
234           <artifactId>features-extras</artifactId>
235           <version>${feature.bgpcep.version}</version>
236           <classifier>features</classifier>
237           <type>xml</type>
238         </dependency>
239         <dependency>
240           <groupId>org.opendaylight.bgpcep</groupId>
241           <artifactId>features-pcep</artifactId>
242           <version>${feature.bgpcep.version}</version>
243           <classifier>features</classifier>
244           <type>xml</type>
245         </dependency>
246
247         <!-- OVSDB Related Features -->
248         <dependency>
249           <groupId>org.opendaylight.ovsdb</groupId>
250           <artifactId>features-ovsdb</artifactId>
251           <version>${feature.ovsdb.version}</version>
252           <classifier>features</classifier>
253           <type>xml</type>
254         </dependency>
255
256         <!-- Plugin2oc Related Features -->
257         <dependency>
258           <groupId>org.opendaylight.plugin2oc</groupId>
259           <artifactId>features-plugin2oc</artifactId>
260           <version>0.2.0-SNAPSHOT</version>
261           <classifier>features</classifier>
262           <type>xml</type>
263         </dependency>
264
265         <!-- packetcable Related Features
266         <dependency>
267            <groupId>org.opendaylight.packetcable</groupId>
268            <artifactId>features-packetcable</artifactId>
269            <version>${feature.packetcable.version}</version>
270            <classifier>features</classifier>
271           <type>xml</type>
272         </dependency>
273          -->
274       </dependencies>
275   </dependencyManagement>
276   <build>
277     <pluginManagement>
278       <plugins>
279         <plugin>
280           <groupId>org.apache.maven.plugins</groupId>
281           <artifactId>maven-surefire-plugin</artifactId>
282           <version>${maven.surefire.version}</version>
283         </plugin>
284       </plugins>
285     </pluginManagement>
286
287     <plugins>
288       <plugin>
289         <groupId>org.apache.maven.plugins</groupId>
290         <artifactId>maven-enforcer-plugin</artifactId>
291         <version>${enforcer.version}</version>
292         <executions>
293           <execution>
294             <id>enforce-maven</id>
295             <goals>
296               <goal>enforce</goal>
297             </goals>
298             <configuration>
299               <rules>
300                 <requireMavenVersion>
301                   <version>3.1.1</version>
302                 </requireMavenVersion>
303               </rules>
304             </configuration>
305           </execution>
306         </executions>
307       </plugin>
308     </plugins>
309   </build>
310 </project>