500a3892c9b7bfa557b04a882f2a7f8f052611c8
[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     <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.capwap.version>0.1.0-SNAPSHOT</feature.capwap.version>
42     <feature.vtn-manager.version>0.3.0-SNAPSHOT</feature.vtn-manager.version>
43     <feature.bgpcep.version>0.4.0-SNAPSHOT</feature.bgpcep.version>
44     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
45     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
46     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
47     <feature.topoprocessing.version>0.0.1-SNAPSHOT</feature.topoprocessing.version>
48     <karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
49     <maven.surefire.version>2.16</maven.surefire.version>
50     <checkstyle.version>2.13</checkstyle.version>
51     <enforcer.version>1.3.1</enforcer.version>
52     <snmp.plugin.version>1.0-SNAPSHOT</snmp.plugin.version>
53     <didm.version>0.1.0-SNAPSHOT</didm.version>
54     <feature.iotdm.version>0.0.1-SNAPSHOT</feature.iotdm.version>
55     <feature.vpnservice.version>1.0-SNAPSHOT</feature.vpnservice.version>
56     <feature.lacp.version>1.0.0-SNAPSHOT</feature.lacp.version>
57   </properties>
58   <modules>
59     <module>distributions/</module>
60     <module>features/</module>
61     <module>feature-selector</module>
62   </modules>
63   <repositories>
64     <!-- OpenDayLight Repo Mirror -->
65     <repository>
66       <id>opendaylight-mirror</id>
67       <name>opendaylight-mirror</name>
68       <url>${nexusproxy}/groups/public/</url>
69       <snapshots>
70           <enabled>false</enabled>
71       </snapshots>
72       <releases>
73           <enabled>true</enabled>
74           <updatePolicy>never</updatePolicy>
75       </releases>
76     </repository>
77     <!-- OpenDayLight Snapshot artifact -->
78     <repository>
79       <id>opendaylight-snapshot</id>
80       <name>opendaylight-snapshot</name>
81       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
82       <snapshots>
83           <enabled>true</enabled>
84       </snapshots>
85       <releases>
86           <enabled>false</enabled>
87       </releases>
88     </repository>
89   </repositories>
90   <pluginRepositories>
91     <pluginRepository>
92       <id>central2</id>
93       <name>central2</name>
94       <url>${nexusproxy}/repositories/central2/</url>
95     </pluginRepository>
96     <pluginRepository>
97       <id>opendaylight-snapshot</id>
98       <name>central2</name>
99       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
100     </pluginRepository>
101   </pluginRepositories>
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   <build>
119     <pluginManagement>
120       <plugins>
121         <plugin>
122           <groupId>org.apache.maven.plugins</groupId>
123           <artifactId>maven-surefire-plugin</artifactId>
124           <version>${maven.surefire.version}</version>
125         </plugin>
126       </plugins>
127     </pluginManagement>
128     <plugins>
129       <plugin>
130         <groupId>org.apache.maven.plugins</groupId>
131         <artifactId>maven-enforcer-plugin</artifactId>
132         <version>${enforcer.version}</version>
133         <executions>
134           <execution>
135             <id>enforce-maven</id>
136             <goals>
137               <goal>enforce</goal>
138             </goals>
139             <configuration>
140               <rules>
141                 <requireMavenVersion>
142                   <version>3.1.1</version>
143                 </requireMavenVersion>
144               </rules>
145             </configuration>
146           </execution>
147         </executions>
148       </plugin>
149     </plugins>
150   </build>
151 </project>