From 40005e3a40684d2cd4f10ac303bd87a5dd524517 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 28 Oct 2015 11:15:23 -0700 Subject: [PATCH] Fix small bug in startup archetype Change-Id: I83913ed9f16b38f6e6fd461b76dece1a09f4c8ca Signed-off-by: Ed Warnicke --- .../src/main/resources/archetype-resources/it/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml index 54e51cc99f..c99e4319b3 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html false - org.opendaylight.${artifactId} + ${groupId} ${artifactId}-karaf ${version} zip -- 2.36.6