Adding usecplugin features
[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.alto.version>0.2.0-SNAPSHOT</feature.alto.version>
26     <feature.armoury.version>1.0.0-SNAPSHOT</feature.armoury.version>
27     <feature.benchmark.version>1.1.0-SNAPSHOT</feature.benchmark.version>
28     <feature.bgpcep.version>0.5.0-SNAPSHOT</feature.bgpcep.version>
29     <feature.capwap.version>0.2.0-SNAPSHOT</feature.capwap.version>
30     <feature.centinel.version>0.1.0-SNAPSHOT</feature.centinel.version>
31     <feature.circuitsw.version>1.0.0-SNAPSHOT</feature.circuitsw.version>
32     <feature.dlux.version>0.3.0-SNAPSHOT</feature.dlux.version>
33     <feature.faas.version>1.0.0-SNAPSHOT</feature.faas.version>
34     <feature.flow.version>1.3.0-SNAPSHOT</feature.flow.version>
35     <feature.groupbasedpolicy.version>0.3.0-SNAPSHOT</feature.groupbasedpolicy.version>
36     <feature.iotdm.version>0.1.0-SNAPSHOT</feature.iotdm.version>
37     <feature.lacp.version>1.1.0-SNAPSHOT</feature.lacp.version>
38     <feature.lispflowmapping.version>1.3.0-SNAPSHOT</feature.lispflowmapping.version>
39     <feature.mdsal.version>1.3.0-SNAPSHOT</feature.mdsal.version>
40     <feature.messaging4transport.version>1.0.0-SNAPSHOT</feature.messaging4transport.version>
41     <feature.nemo.version>1.0.0-SNAPSHOT</feature.nemo.version>
42     <feature.netconf.version>1.0.0-SNAPSHOT</feature.netconf.version>
43     <feature.netide.version>0.1.0-SNAPSHOT</feature.netide.version>
44     <feature.nic.version>1.1.0-SNAPSHOT</feature.nic.version>
45     <feature.neutron.version>0.6.0-SNAPSHOT</feature.neutron.version>
46     <feature.openflowplugin.version>0.2.0-SNAPSHOT</feature.openflowplugin.version>
47     <feature.ovsdb.version>1.2.1-SNAPSHOT</feature.ovsdb.version>
48     <feature.packetcable.version>1.3.0-SNAPSHOT</feature.packetcable.version>
49     <feature.reservation.version>1.1.0-SNAPSHOT</feature.reservation.version>
50     <feature.restconf.version>1.3.0-SNAPSHOT</feature.restconf.version>
51     <feature.sfc.version>0.2.0-SNAPSHOT</feature.sfc.version>
52     <feature.snbi.version>1.2.0-SNAPSHOT</feature.snbi.version>
53     <feature.sxp.version>1.2.0-SNAPSHOT</feature.sxp.version>
54     <feature.tcpmd5.version>1.2.0-SNAPSHOT</feature.tcpmd5.version>
55     <feature.topoprocessing.version>0.1.0-SNAPSHOT</feature.topoprocessing.version>
56     <feature.tsdr.version>1.1.0-SNAPSHOT</feature.tsdr.version>
57     <feature.ttp.version>0.2.0-SNAPSHOT</feature.ttp.version>
58     <feature.unimgr.version>0.0.1-SNAPSHOT</feature.unimgr.version>
59     <feature.usc.version>1.1.0-SNAPSHOT</feature.usc.version>
60     <feature.usecplugin.version>1.0.0-SNAPSHOT</feature.usecplugin.version>
61     <feature.vpnservice.version>0.2.0-SNAPSHOT</feature.vpnservice.version>
62     <feature.vtn-manager.version>0.4.0-SNAPSHOT</feature.vtn-manager.version>
63     <feature.yangtools.version>0.8.0-SNAPSHOT</feature.yangtools.version>
64     <junit.version>4.8.1</junit.version>
65     <karaf.branding.version>1.2.0-SNAPSHOT</karaf.branding.version>
66     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
67     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68     <snmp.plugin.version>1.1.0-SNAPSHOT</snmp.plugin.version>
69     <!-- Keep this list sorted alphabetically please -->
70   </properties>
71   <modules>
72     <module>distributions/</module>
73     <module>features/</module>
74     <module>feature-selector</module>
75   </modules>
76
77   <distributionManagement>
78     <!-- OpenDayLight Released artifact -->
79     <repository>
80       <id>opendaylight-release</id>
81       <url>${nexusproxy}/repositories/opendaylight.release/</url>
82     </repository>
83     <!-- OpenDayLight Snapshot artifact -->
84     <snapshotRepository>
85       <id>opendaylight-snapshot</id>
86       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
87     </snapshotRepository>
88     <site>
89       <id>${project.artifactId}-site</id>
90       <url>./</url>
91     </site>
92   </distributionManagement>
93   <build>
94     <pluginManagement>
95       <plugins>
96         <plugin>
97           <groupId>org.apache.maven.plugins</groupId>
98           <artifactId>maven-surefire-plugin</artifactId>
99           <version>${maven.surefire.version}</version>
100         </plugin>
101       </plugins>
102     </pluginManagement>
103     <plugins>
104       <plugin>
105         <groupId>org.apache.maven.plugins</groupId>
106         <artifactId>maven-enforcer-plugin</artifactId>
107         <version>${enforcer.version}</version>
108         <executions>
109           <execution>
110             <id>enforce-maven</id>
111             <goals>
112               <goal>enforce</goal>
113             </goals>
114             <configuration>
115               <rules>
116                 <requireMavenVersion>
117                   <version>3.1.1</version>
118                 </requireMavenVersion>
119               </rules>
120             </configuration>
121           </execution>
122         </executions>
123       </plugin>
124     </plugins>
125   </build>
126 </project>