a1b0485d1a87fff8829335bcf36bcb260c786d2d
[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.6.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.4.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     <!-- Keep this list sorted alphabetically please -->
24     <didm.version>0.2.0-SNAPSHOT</didm.version>
25     <feature.adsal.version>0.10.0-SNAPSHOT</feature.adsal.version>
26     <feature.alto.version>0.2.0-SNAPSHOT</feature.alto.version>
27     <feature.bgpcep.version>0.5.0-SNAPSHOT</feature.bgpcep.version>
28     <feature.capwap.version>0.2.0-SNAPSHOT</feature.capwap.version>
29     <feature.coretutorials.version>1.1.0-SNAPSHOT</feature.coretutorials.version>
30     <feature.dlux.version>0.3.0-SNAPSHOT</feature.dlux.version>
31     <feature.flow.version>1.3.0-SNAPSHOT</feature.flow.version>
32     <feature.groupbasedpolicy.version>0.3.0-SNAPSHOT</feature.groupbasedpolicy.version>
33     <feature.iotdm.version>0.1.0-SNAPSHOT</feature.iotdm.version>
34     <feature.lacp.version>1.1.0-SNAPSHOT</feature.lacp.version>
35     <feature.lispflowmapping.version>1.3.0-SNAPSHOT</feature.lispflowmapping.version>
36     <feature.mdsal.version>1.3.0-SNAPSHOT</feature.mdsal.version>
37     <feature.netconf.version>1.0.0-SNAPSHOT</feature.netconf.version>
38     <feature.nic.version>1.1.0-SNAPSHOT</feature.nic.version>
39     <feature.nsf.version>0.6.0-SNAPSHOT</feature.nsf.version>
40     <feature.neutron.version>0.6.0-SNAPSHOT</feature.neutron.version>
41     <feature.openflowplugin.version>0.2.0-SNAPSHOT</feature.openflowplugin.version>
42     <feature.ovsdb.openstack.version>1.2.0-SNAPSHOT</feature.ovsdb.openstack.version>
43     <feature.ovsdb.version>1.2.0-SNAPSHOT</feature.ovsdb.version>
44     <feature.packetcable.version>1.3.0-SNAPSHOT</feature.packetcable.version>
45     <feature.reservation.version>1.1.0-SNAPSHOT</feature.reservation.version>
46     <feature.restconf.version>1.3.0-SNAPSHOT</feature.restconf.version>
47     <feature.sfc.version>0.2.0-SNAPSHOT</feature.sfc.version>
48     <feature.snbi.version>1.2.0-SNAPSHOT</feature.snbi.version>
49     <feature.sxp.version>1.2.0-SNAPSHOT</feature.sxp.version>
50     <feature.tcpmd5.version>1.2.0-SNAPSHOT</feature.tcpmd5.version>
51     <feature.topoprocessing.version>0.1.0-SNAPSHOT</feature.topoprocessing.version>
52     <feature.tsdr.version>1.1.0-SNAPSHOT</feature.tsdr.version>
53     <feature.ttp.version>0.2.0-SNAPSHOT</feature.ttp.version>
54     <feature.usc.version>1.1.0-SNAPSHOT</feature.usc.version>
55     <feature.vpnservice.version>0.2.0-SNAPSHOT</feature.vpnservice.version>
56     <feature.vtn-manager.version>0.4.0-SNAPSHOT</feature.vtn-manager.version>
57     <feature.yangtools.version>0.8.0-SNAPSHOT</feature.yangtools.version>
58     <junit.version>4.8.1</junit.version>
59     <karaf.branding.version>1.2.0-SNAPSHOT</karaf.branding.version>
60     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
61     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62     <snmp.plugin.version>1.1.0-SNAPSHOT</snmp.plugin.version>
63     <!-- Keep this list sorted alphabetically please -->
64   </properties>
65   <modules>
66     <module>distributions/</module>
67     <module>features/</module>
68     <module>feature-selector</module>
69   </modules>
70   <repositories>
71     <!-- OpenDayLight Repo Mirror -->
72     <repository>
73       <id>opendaylight-mirror</id>
74       <name>opendaylight-mirror</name>
75       <url>${nexusproxy}/groups/public/</url>
76       <snapshots>
77           <enabled>false</enabled>
78       </snapshots>
79       <releases>
80           <enabled>true</enabled>
81           <updatePolicy>never</updatePolicy>
82       </releases>
83     </repository>
84     <!-- OpenDayLight Snapshot artifact -->
85     <repository>
86       <id>opendaylight-snapshot</id>
87       <name>opendaylight-snapshot</name>
88       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
89       <snapshots>
90           <enabled>true</enabled>
91       </snapshots>
92       <releases>
93           <enabled>false</enabled>
94       </releases>
95     </repository>
96   </repositories>
97   <pluginRepositories>
98     <pluginRepository>
99       <id>central2</id>
100       <name>central2</name>
101       <url>${nexusproxy}/repositories/central2/</url>
102     </pluginRepository>
103     <pluginRepository>
104       <id>opendaylight-snapshot</id>
105       <name>central2</name>
106       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
107     </pluginRepository>
108   </pluginRepositories>
109   <distributionManagement>
110     <!-- OpenDayLight Released artifact -->
111     <repository>
112       <id>opendaylight-release</id>
113       <url>${nexusproxy}/repositories/opendaylight.release/</url>
114     </repository>
115     <!-- OpenDayLight Snapshot artifact -->
116     <snapshotRepository>
117       <id>opendaylight-snapshot</id>
118       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
119     </snapshotRepository>
120     <site>
121       <id>${project.artifactId}-site</id>
122       <url>./</url>
123     </site>
124   </distributionManagement>
125   <build>
126     <pluginManagement>
127       <plugins>
128         <plugin>
129           <groupId>org.apache.maven.plugins</groupId>
130           <artifactId>maven-surefire-plugin</artifactId>
131           <version>${maven.surefire.version}</version>
132         </plugin>
133       </plugins>
134     </pluginManagement>
135     <plugins>
136       <plugin>
137         <groupId>org.apache.maven.plugins</groupId>
138         <artifactId>maven-enforcer-plugin</artifactId>
139         <version>${enforcer.version}</version>
140         <executions>
141           <execution>
142             <id>enforce-maven</id>
143             <goals>
144               <goal>enforce</goal>
145             </goals>
146             <configuration>
147               <rules>
148                 <requireMavenVersion>
149                   <version>3.1.1</version>
150                 </requireMavenVersion>
151               </rules>
152             </configuration>
153           </execution>
154         </executions>
155       </plugin>
156     </plugins>
157   </build>
158 </project>