From: Ed Warnicke Date: Tue, 20 Jan 2015 19:25:58 +0000 (-0700) Subject: Fixed bug in generated artifactId for ${artifactId}-karaf X-Git-Tag: release/lithium~685^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=52ced2de37a3756a7c123a69985d67d9cfcc3d31 Fixed bug in generated artifactId for ${artifactId}-karaf Change-Id: I754a7804a2cc3c9ef2b19f29b313034517462ab4 Signed-off-by: Ed Warnicke --- diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-karaf/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-karaf/pom.xml index c7ed46a2e3..87b955c6b9 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-karaf/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-karaf/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 4.0.0 ${groupId} - ${artifactId} + ${artifactId}-karaf ${version} ${project.artifactId}