From 1780face87c8a15ed8a68269c09108ecb30020ff Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 1 Jun 2015 01:20:04 +0200 Subject: [PATCH] Unify declarations in archetype-parent Instead of repeating extends/pluginManagement sections, make sure they are inherited from the parent. Change-Id: I49882c57221a5c5806d936ff3b94cf71aeef64e6 Signed-off-by: Robert Varga (cherry picked from commit e2e553602698c475e7cf7fe73a8bfd7a2a045e35) --- .../archetypes/odl-model-project/pom.xml | 10 ---------- .../opendaylight-configfile-archetype/pom.xml | 20 ------------------- .../pom.xml | 19 ------------------ .../opendaylight-karaf-features/pom.xml | 19 ------------------ .../archetypes/opendaylight-startup/pom.xml | 16 --------------- opendaylight/archetypes/pom.xml | 7 +++++++ 6 files changed, 7 insertions(+), 84 deletions(-) diff --git a/opendaylight/archetypes/odl-model-project/pom.xml b/opendaylight/archetypes/odl-model-project/pom.xml index d6687175d7..e7ed4cffcc 100644 --- a/opendaylight/archetypes/odl-model-project/pom.xml +++ b/opendaylight/archetypes/odl-model-project/pom.xml @@ -27,16 +27,6 @@ HEAD - - - - org.apache.maven.archetype - archetype-packaging - 2.2 - - - - opendaylight-release diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml index 60ad33d7a4..8c27dd0955 100644 --- a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml +++ b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml @@ -13,26 +13,6 @@ 1.3.0-SNAPSHOT maven-archetype - - - - - org.apache.maven.archetype - archetype-packaging - 2.2 - - - - - - - maven-archetype-plugin - 2.2 - - - - - Configuration files for md-sal diff --git a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml index 18e8ba13a4..d0f582d756 100644 --- a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml @@ -13,25 +13,6 @@ distribution-karaf-archetype - - - - org.apache.maven.archetype - archetype-packaging - 2.2 - - - - - - - maven-archetype-plugin - 2.2 - - - - - https://wiki.opendaylight.org/view/CrossProject:Integration_Group/distribution-karaf diff --git a/opendaylight/archetypes/opendaylight-karaf-features/pom.xml b/opendaylight/archetypes/opendaylight-karaf-features/pom.xml index 7403d692d1..cbc8a581fd 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/pom.xml @@ -14,25 +14,6 @@ opendaylight-karaf-features-archetype - - - - org.apache.maven.archetype - archetype-packaging - 2.2 - - - - - - - maven-archetype-plugin - 2.2 - - - - - scm:git:ssh://git.opendaylight.org:29418/controller.git/ scm:git:ssh://git.opendaylight.org:29418/controller.git/ diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml index 62b4084014..d68d7dda97 100644 --- a/opendaylight/archetypes/opendaylight-startup/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/pom.xml @@ -16,22 +16,6 @@ ${project.artifactId} - - - org.apache.maven.archetype - archetype-packaging - 2.2 - - - - - - - maven-archetype-plugin - 2.2 - - - org.apache.maven.plugins diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml index a12abca740..23e15f694d 100644 --- a/opendaylight/archetypes/pom.xml +++ b/opendaylight/archetypes/pom.xml @@ -36,6 +36,13 @@ + + + org.apache.maven.archetype + archetype-packaging + 2.2 + + -- 2.36.6