From 5336d58eb125b230bf5a3bfb6332077aaf9ebb77 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 22 Sep 2016 14:27:39 +0200 Subject: [PATCH] Change maven module names and remove enforcer Change-Id: Id23b204d33367cf861f6548e6ef1fa386b82ca9b Signed-off-by: Vratko Polak --- distribution-karaf/pom.xml | 2 +- features-distribution/pom.xml | 2 +- features-index/pom.xml | 2 +- features-test/pom.xml | 2 +- pom.xml | 25 +------------------------ version/pom.xml | 2 +- 6 files changed, 6 insertions(+), 29 deletions(-) diff --git a/distribution-karaf/pom.xml b/distribution-karaf/pom.xml index db7a2bde..b4b260c8 100644 --- a/distribution-karaf/pom.xml +++ b/distribution-karaf/pom.xml @@ -11,7 +11,7 @@ distribution-karaf 0.6.0-SNAPSHOT pom - ${project.groupId}:${project.artifactId} + distribution:${project.artifactId} The actual Karaf building sub-project. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-distribution/pom.xml b/features-distribution/pom.xml index b8e747c2..d52c97b4 100644 --- a/features-distribution/pom.xml +++ b/features-distribution/pom.xml @@ -17,7 +17,7 @@ features-distribution jar - ${project.groupId}:${project.artifactId} + distribution:${project.artifactId} Sub-project building features internal to distribution. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-index/pom.xml b/features-index/pom.xml index cbd6a24d..0fdadb73 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -17,7 +17,7 @@ features-integration-index jar - ${project.groupId}:${project.artifactId} + distribution:${project.artifactId} Sub-project gathering feature repositories of all ODL projects participating in distribution. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-test/pom.xml b/features-test/pom.xml index 56dbc3c7..38712f81 100644 --- a/features-test/pom.xml +++ b/features-test/pom.xml @@ -17,7 +17,7 @@ features-integration-test jar - ${project.groupId}:${project.artifactId} + distribution:${project.artifactId} Sub-project building aggregate features used for feature compatibility testing. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/pom.xml b/pom.xml index e1130c9f..b1ba7f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 0.6.0-SNAPSHOT pom - distribution + Integration/Distribution OpenDaylight Integration/Distribution project, used for creating complete Karaf distribution packages. https://wiki.opendaylight.org/view/Integration/Distribution @@ -95,27 +95,4 @@ features-test version - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-maven - - enforce - - - - - 3.1.1 - - - - - - - - diff --git a/version/pom.xml b/version/pom.xml index 16f60168..34983f87 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -11,7 +11,7 @@ version 0.6.0-SNAPSHOT bundle - ${project.groupId}:${project.artifactId} + distribution:${project.artifactId} Sub-project for ODL version(s) reporting mechanism. https://wiki.opendaylight.org/view/Integration/Distribution -- 2.36.6