Adding yang-push features
[integration/distribution.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 91861fb74d3e8227b83086e5703132763f606174..4ccafb1c8aca657a98eaa88590d890627fc04540 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <!-- Keep this list sorted alphabetically please -->
     <didm.version>0.2.0-SNAPSHOT</didm.version>
     <feature.alto.version>0.2.0-SNAPSHOT</feature.alto.version>
-    <feature.armoury.version>1.0.0-SNAPSHOT</feature.armoury.version>
+    <!-- Remove Armoury from Beryllium release as per as committers consent:
+    https://lists.opendaylight.org/pipermail/armoury-dev/2016-January/000081.html.
+    Need to be uncommented once in Boron -->
+    <!-- <feature.armoury.version>1.0.0-SNAPSHOT</feature.armoury.version> -->
     <feature.benchmark.version>1.1.0-SNAPSHOT</feature.benchmark.version>
     <feature.bgpcep.version>0.5.0-SNAPSHOT</feature.bgpcep.version>
+    <feature.capwap.version>0.2.0-SNAPSHOT</feature.capwap.version>
     <feature.centinel.version>0.1.0-SNAPSHOT</feature.centinel.version>
     <feature.circuitsw.version>1.0.0-SNAPSHOT</feature.circuitsw.version>
     <feature.dlux.version>0.3.0-SNAPSHOT</feature.dlux.version>
@@ -50,6 +54,7 @@
     <feature.restconf.version>1.3.0-SNAPSHOT</feature.restconf.version>
     <feature.sfc.version>0.2.0-SNAPSHOT</feature.sfc.version>
     <feature.snbi.version>1.2.0-SNAPSHOT</feature.snbi.version>
+    <feature.snmp4sdn.version>0.3.0-SNAPSHOT</feature.snmp4sdn.version>
     <feature.sxp.version>1.2.0-SNAPSHOT</feature.sxp.version>
     <feature.tcpmd5.version>1.2.0-SNAPSHOT</feature.tcpmd5.version>
     <feature.topoprocessing.version>0.1.0-SNAPSHOT</feature.topoprocessing.version>
     <feature.usecplugin.version>1.0.0-SNAPSHOT</feature.usecplugin.version>
     <feature.vpnservice.version>0.2.0-SNAPSHOT</feature.vpnservice.version>
     <feature.vtn-manager.version>0.4.0-SNAPSHOT</feature.vtn-manager.version>
+    <feature.yang-push.version>1.0.0-SNAPSHOT</feature.yang-push.version>
     <feature.yangtools.version>0.8.0-SNAPSHOT</feature.yangtools.version>
-    <junit.version>4.8.1</junit.version>
     <karaf.branding.version>1.2.0-SNAPSHOT</karaf.branding.version>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <snmp.plugin.version>1.1.0-SNAPSHOT</snmp.plugin.version>
     <!-- Keep this list sorted alphabetically please -->
   </properties>
+
   <modules>
-    <module>distributions/</module>
-    <module>features/</module>
+    <module>distribution-karaf</module>
+    <module>features-index</module>
+    <module>features-test</module>
   </modules>
 
-  <distributionManagement>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <url>${nexusproxy}/repositories/opendaylight.release/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <snapshotRepository>
-      <id>opendaylight-snapshot</id>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-    </snapshotRepository>
-    <site>
-      <id>${project.artifactId}-site</id>
-      <url>./</url>
-    </site>
-  </distributionManagement>
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>${maven.surefire.version}</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>${enforcer.version}</version>
         <executions>
           <execution>
             <id>enforce-maven</id>