Reorganize karaf distribution 60/31960/4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 30 Dec 2015 16:32:05 +0000 (11:32 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 21:42:50 +0000 (21:42 +0000)
Karaf is now the only supported distribution so reorganize the directory
structure to remove unnecessary poms.

Change-Id: If6ac687f74bd5a9f30aa57ab4084bb481999dbe2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
distribution-karaf/pom.xml [moved from distributions/karaf/pom.xml with 100% similarity]
distribution-karaf/src/main/assembly/bin/configure_cluster.sh [moved from distributions/karaf/src/main/assembly/bin/configure_cluster.sh with 100% similarity]
distribution-karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg [moved from distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg with 100% similarity]
distributions/pom.xml [deleted file]
pom.xml

diff --git a/distributions/pom.xml b/distributions/pom.xml
deleted file mode 100644 (file)
index 99f7c73..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.integration</groupId>
-    <artifactId>root</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
-  </parent>
-  <artifactId>distributions</artifactId>
-  <name>OpenDaylight Distributions</name>
-  <packaging>pom</packaging>
-  <modules>
-    <module>karaf</module>
-  </modules>
-  <profiles>
-    <profile>
-      <id>dependencyConvergence</id>
-      <build>
-        <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>Dependency-Convergence</id>
-              <goals>
-                <goal>enforce</goal>
-              </goals>
-              <configuration>
-                <rules>
-                  <DependencyConvergence />
-                </rules>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
diff --git a/pom.xml b/pom.xml
index 7117fca02a3d89a28045a17a9296fedd47079b84..64bb18987cec3f22cc417b0c907c798be204c048 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <snmp.plugin.version>1.1.0-SNAPSHOT</snmp.plugin.version>
     <!-- Keep this list sorted alphabetically please -->
   </properties>
     <snmp.plugin.version>1.1.0-SNAPSHOT</snmp.plugin.version>
     <!-- Keep this list sorted alphabetically please -->
   </properties>
+
   <modules>
   <modules>
-    <module>distributions/</module>
-    <module>features/</module>
+    <module>distribution-karaf</module>
+    <module>features</module>
   </modules>
 
   <build>
   </modules>
 
   <build>