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