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