Reorganize features to remove unnecessary poms 61/31961/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 30 Dec 2015 16:38:09 +0000 (11:38 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 4 Jan 2016 21:43:05 +0000 (21:43 +0000)
Since integration/distribution only has 2 features reorganize them up
one level so that we can remove the unnecessary features/pom.xml to reduce
maintenance cost of this repo.

Change-Id: I82dc2292d5958e28333bd882e765d8ad06832421
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features-index/pom.xml [moved from features/index/pom.xml with 100% similarity]
features-index/src/main/resources/features.xml [moved from features/index/src/main/resources/features.xml with 100% similarity]
features-test/pom.xml [moved from features/test/pom.xml with 100% similarity]
features-test/src/main/resources/features.xml [moved from features/test/src/main/resources/features.xml with 100% similarity]
features/pom.xml [deleted file]
pom.xml

similarity index 100%
rename from features/test/pom.xml
rename to features-test/pom.xml
diff --git a/features/pom.xml b/features/pom.xml
deleted file mode 100644 (file)
index 1454fb3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-This program and the accompanying materials are made available under the
-terms of the Eclipse Public License v1.0 which accompanies this distribution,
-and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
--->
-<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.integration</groupId>
-    <artifactId>root</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
-  </parent>
-  <artifactId>features-integration-aggregator</artifactId>
-  <name>${project.artifactId}</name>
-  <packaging>pom</packaging>
-  <modelVersion>4.0.0</modelVersion>
-
-  <modules>
-    <module>index</module>
-    <module>test</module>
-  </modules>
-</project>
diff --git a/pom.xml b/pom.xml
index 64bb18987cec3f22cc417b0c907c798be204c048..4cb96b3298b17c3532ed3508e30d2436de7e4901 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,8 @@
 
   <modules>
     <module>distribution-karaf</module>
-    <module>features</module>
+    <module>features-index</module>
+    <module>features-test</module>
   </modules>
 
   <build>