Add bier project to distribution.
[integration/distribution.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c494cb4f0a1cb44e27d593c681d806cab229d6e7..425fe6991026d31d8fe55088ce0b3767e64edecb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
-  <groupId>org.opendaylight.integration</groupId>
-  <artifactId>root</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>OpenDaylight Integration Project</name>
-  <packaging>pom</packaging>
-  <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
-  <scm>
-    <connection>scm:git:https://git.opendaylight.org/gerrit/p/integration.git</connection>
-  </scm>
-  <properties>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  <modules>
-    <module>distributions/</module>
-  </modules>
-  <repositories>
-    <!-- jsonrpc4j mirror -->
-    <repository>
-      <id>jsonrpc4j-webdav-maven-repo</id>
-      <name>jsonrpc4j maven repository</name>
-      <url>${nexusproxy}/repositories/jsonrpc4j-webdav-maven-repo/</url>
-    </repository>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <name>opendaylight-release</name>
-      <url>${nexusproxy}/repositories/opendaylight.release/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <repository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-    </repository>
-    <!-- EBR release -->
-    <!-- http://repository.springsource.com/maven/bundles/release -->
-    <repository>
-      <id>ebr-bundles-release</id>
-      <name>ebr-bundles-release</name>
-      <url>${nexusproxy}/repositories/ebr-bundles-release/</url>
-    </repository>
-    <!-- EBR external -->
-    <!-- http://repository.springsource.com/maven/bundles/external -->
-    <repository>
-      <id>ebr-bundles-external</id>
-      <name>ebr-bundles-external</name>
-      <url>${nexusproxy}/repositories/ebr-bundles-external/</url>
-    </repository>
-    <!-- Maven repo1 -->
-    <!-- http://repo1.maven.org/maven2 -->
-    <repository>
-      <id>central</id>
-      <name>central</name>
-      <url>http://repo1.maven.org/maven2</url>
-    </repository>
-    <!-- Third Packages hosted in local maven because not available in
-         other places -->
-    <repository>
-      <id>thirdparty</id>
-      <name>thirdparty</name>
-      <url>${nexusproxy}/repositories/thirdparty/</url>
-    </repository>
-    <!-- Jboss mirror -->
-    <!-- https://repository.jboss.org/nexus/content/repositories/releases -->
-    <repository>
-      <id>jboss.releases</id>
-      <name>jboss.releases</name>
-      <url>${nexusproxy}/repositories/jboss.releases/</url>
-    </repository>
-  </repositories>
-
-  <pluginRepositories>
-    <pluginRepository>
-      <id>central2</id>
-      <name>central2</name>
-      <url>${nexusproxy}/repositories/central2/</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>opendaylight-snapshot</id>
-      <name>central2</name>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-    </pluginRepository>
-  </pluginRepositories>
-
-  <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>
+<?xml version="1.0"?>
+<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">
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.integration</groupId>
+    <artifactId>root</artifactId>
+    <version>0.6.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <!-- <name> value is used by Sonar to set project name -->
+    <name>Integration/Distribution</name>
+    <description>OpenDaylight Integration/Distribution project, used for creating complete Karaf distribution packages.</description>
+    <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
+    <licenses>
+        <license>
+            <name>Eclipse Public License v1.0</name>
+            <url>http://www.eclipse.org/legal/epl-v10.html</url>
+        </license>
+    </licenses>
+    <!-- FIXME: Add developers section -->
+    <scm>
+        <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
+        <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;hb=HEAD</url>
+        <tag>HEAD</tag>
+    </scm>
+    <properties>
+        <!-- Keep this list sorted alphabetically please -->
+        <didm.version>0.4.0-SNAPSHOT</didm.version>
+        <feature.aaa.version>0.5.0-SNAPSHOT</feature.aaa.version>
+        <feature.alto.version>0.4.0-SNAPSHOT</feature.alto.version>
+        <feature.atrium.version>0.1.0-SNAPSHOT</feature.atrium.version>
+        <feature.benchmark.version>1.3.0-SNAPSHOT</feature.benchmark.version>
+        <feature.bgpcep.version>0.7.0-SNAPSHOT</feature.bgpcep.version>
+        <feature.bier.version>0.1.0-SNAPSHOT</feature.bier.version>
+        <feature.capwap.version>0.4.0-SNAPSHOT</feature.capwap.version>
+        <feature.cardinal.version>0.2.0-SNAPSHOT</feature.cardinal.version>
+        <feature.centinel.version>0.3.0-SNAPSHOT</feature.centinel.version>
+        <feature.controller.config.version>0.6.0-SNAPSHOT</feature.controller.config.version>
+        <feature.controller.extras.version>1.8.0-SNAPSHOT</feature.controller.extras.version>
+        <feature.dlux.version>0.5.0-SNAPSHOT</feature.dlux.version>
+        <feature.dluxapps.version>0.5.0-SNAPSHOT</feature.dluxapps.version>
+        <feature.eman.version>1.1.0-SNAPSHOT</feature.eman.version>
+        <feature.faas.version>1.2.0-SNAPSHOT</feature.faas.version>
+        <feature.flow.version>1.5.0-SNAPSHOT</feature.flow.version>
+        <feature.genius.version>0.2.0-SNAPSHOT</feature.genius.version>
+        <feature.groupbasedpolicy.version>0.5.0-SNAPSHOT</feature.groupbasedpolicy.version>
+        <feature.honeycomb.vbd.version>1.1.0-SNAPSHOT</feature.honeycomb.vbd.version>
+        <feature.infrautils.version>1.1.0-SNAPSHOT</feature.infrautils.version>
+        <feature.iotdm.version>0.3.0-SNAPSHOT</feature.iotdm.version>
+        <feature.l2switch.version>0.5.0-SNAPSHOT</feature.l2switch.version>
+        <feature.lacp.version>1.3.0-SNAPSHOT</feature.lacp.version>
+        <feature.lispflowmapping.version>1.5.0-SNAPSHOT</feature.lispflowmapping.version>
+        <feature.mdsal.version>1.5.0-SNAPSHOT</feature.mdsal.version>
+        <feature.natapp.version>0.2.0-SNAPSHOT</feature.natapp.version>
+        <feature.nemo.version>1.2.0-SNAPSHOT</feature.nemo.version>
+        <feature.netconf.version>1.2.0-SNAPSHOT</feature.netconf.version>
+        <feature.netide.version>0.3.0-SNAPSHOT</feature.netide.version>
+        <feature.netvirt.version>1.4.0-SNAPSHOT</feature.netvirt.version>
+        <feature.netvirt.vpnservice.version>0.4.0-SNAPSHOT</feature.netvirt.vpnservice.version>
+        <feature.nic.version>1.3.0-SNAPSHOT</feature.nic.version>
+        <feature.neutron.version>0.8.0-SNAPSHOT</feature.neutron.version>
+        <feature.ocpplugin.version>0.2.0-SNAPSHOT</feature.ocpplugin.version>
+        <feature.odlparent.version>1.8.0-SNAPSHOT</feature.odlparent.version>
+        <feature.of-config.version>1.2.0-SNAPSHOT</feature.of-config.version>
+        <feature.openflowplugin.version>0.4.0-SNAPSHOT</feature.openflowplugin.version>
+        <feature.ovsdb.version>1.4.0-SNAPSHOT</feature.ovsdb.version>
+        <feature.packetcable.version>1.5.0-SNAPSHOT</feature.packetcable.version>
+        <feature.restconf.version>1.5.0-SNAPSHOT</feature.restconf.version>
+        <feature.sdninterfaceapp.version>1.8.0-SNAPSHOT</feature.sdninterfaceapp.version>
+        <feature.sfc.version>0.5.0-SNAPSHOT</feature.sfc.version>
+        <feature.snbi.version>1.4.0-SNAPSHOT</feature.snbi.version>
+        <feature.snmp4sdn.version>0.5.0-SNAPSHOT</feature.snmp4sdn.version>
+        <feature.sxp.version>1.4.0-SNAPSHOT</feature.sxp.version>
+        <feature.topoprocessing.version>0.3.0-SNAPSHOT</feature.topoprocessing.version>
+        <feature.tsdr.version>1.3.0-SNAPSHOT</feature.tsdr.version>
+        <feature.ttp.version>0.4.0-SNAPSHOT</feature.ttp.version>
+        <feature.unimgr.version>0.2.0-SNAPSHOT</feature.unimgr.version>
+        <feature.usc.version>1.3.0-SNAPSHOT</feature.usc.version>
+        <feature.usecplugin.version>1.2.0-SNAPSHOT</feature.usecplugin.version>
+        <feature.vtn-manager.version>0.6.0-SNAPSHOT</feature.vtn-manager.version>
+        <feature.yang-push.version>1.2.0-SNAPSHOT</feature.yang-push.version>
+        <feature.yangtools.version>1.1.0-SNAPSHOT</feature.yangtools.version>
+        <karaf.branding.version>1.4.0-SNAPSHOT</karaf.branding.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <snmp.plugin.version>1.3.0-SNAPSHOT</snmp.plugin.version>
+        <!-- Keep this list sorted alphabetically please -->
+    </properties>
+    <modules>
+        <module>distribution-karaf</module>
+        <module>features-distribution</module>
+        <module>features-index</module>
+        <module>features-test</module>
+        <module>version</module>
+    </modules>
 </project>