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