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