From: Thanh Ha Date: Wed, 30 Dec 2015 16:38:09 +0000 (-0500) Subject: Reorganize features to remove unnecessary poms X-Git-Tag: release/beryllium~22 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Fdistribution.git;a=commitdiff_plain;h=ccf054185c2fd90fa98a650f981630d1f1698c00 Reorganize features to remove unnecessary poms 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 --- diff --git a/features/index/pom.xml b/features-index/pom.xml similarity index 100% rename from features/index/pom.xml rename to features-index/pom.xml diff --git a/features/index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml similarity index 100% rename from features/index/src/main/resources/features.xml rename to features-index/src/main/resources/features.xml diff --git a/features/test/pom.xml b/features-test/pom.xml similarity index 100% rename from features/test/pom.xml rename to features-test/pom.xml diff --git a/features/test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml similarity index 100% rename from features/test/src/main/resources/features.xml rename to features-test/src/main/resources/features.xml diff --git a/features/pom.xml b/features/pom.xml deleted file mode 100644 index 1454fb30..00000000 --- a/features/pom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - org.opendaylight.integration - root - 0.4.0-SNAPSHOT - ../ - - features-integration-aggregator - ${project.artifactId} - pom - 4.0.0 - - - index - test - - diff --git a/pom.xml b/pom.xml index 64bb1898..4cb96b32 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,8 @@ distribution-karaf - features + features-index + features-test