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