From fc0261b9ec4a448502a4a47431ff9f20da2738ab Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 1 Jun 2015 01:16:36 +0200 Subject: [PATCH] Fix archetype compilation Change-Id: I9217cb78881118c46c81f7c5d4f8c9bafe82d3fd Signed-off-by: Robert Varga (cherry picked from commit 684c48aba29d1c87190679ed1409d506f59f967e) --- .../archetypes/odl-model-project/pom.xml | 22 +++++-------------- .../opendaylight-configfile-archetype/pom.xml | 6 +++++ .../archetypes/opendaylight-startup/pom.xml | 6 +++++ opendaylight/archetypes/pom.xml | 19 ++++++++++++++++ 4 files changed, 37 insertions(+), 16 deletions(-) diff --git a/opendaylight/archetypes/odl-model-project/pom.xml b/opendaylight/archetypes/odl-model-project/pom.xml index 61ee6f8b6e..d6687175d7 100644 --- a/opendaylight/archetypes/odl-model-project/pom.xml +++ b/opendaylight/archetypes/odl-model-project/pom.xml @@ -2,6 +2,12 @@ 4.0.0 + + org.opendaylight.controller.archetypes + archetypes-parent + 0.2.0-SNAPSHOT + + org.opendaylight.controller.archetypes odl-model-project 1.3.0-SNAPSHOT @@ -29,22 +35,6 @@ 2.2 - - - - - maven-archetype-plugin - 2.2 - - - commons-lang - commons-lang - 2.6 - - - - - diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml index 0a984de6b4..60ad33d7a4 100644 --- a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml +++ b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml @@ -2,6 +2,12 @@ 4.0.0 + + org.opendaylight.controller.archetypes + archetypes-parent + 0.2.0-SNAPSHOT + + org.opendaylight.controller opendaylight-configfile-archetype 1.3.0-SNAPSHOT diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml index 9d08cb119e..62b4084014 100644 --- a/opendaylight/archetypes/opendaylight-startup/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/pom.xml @@ -2,6 +2,12 @@ 4.0.0 + + org.opendaylight.controller.archetypes + archetypes-parent + 0.2.0-SNAPSHOT + + org.opendaylight.controller opendaylight-startup-archetype 1.1.0-SNAPSHOT diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml index c93759139f..a12abca740 100644 --- a/opendaylight/archetypes/pom.xml +++ b/opendaylight/archetypes/pom.xml @@ -34,6 +34,25 @@ ${sitedeploy} + + + + + + maven-archetype-plugin + 2.2 + + + commons-lang + commons-lang + 2.6 + + + + + + + odl-model-project opendaylight-configfile-archetype -- 2.36.6