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