From 30ba84f19e9db3afa176304b46843b638082a666 Mon Sep 17 00:00:00 2001 From: Nathan Harmon Date: Wed, 4 Feb 2015 13:55:17 -0800 Subject: [PATCH] Skip install and deploy of aggregator artifact. Change-Id: I12ef594c27c6376b543eb9bc85843d4eb0b7a3dc Signed-off-by: Nathan Harmon --- .../resources/archetype-resources/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml index ae209c1bbd..3221efd362 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml @@ -22,4 +22,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${artifactId}-features ${artifactId}-artifacts + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + -- 2.36.6