From: Nathan Harmon Date: Mon, 2 Feb 2015 23:40:11 +0000 (-0800) Subject: Fix opendaylight-startup-archetype to use ${project.groupId} instead of ${groupId}. X-Git-Tag: release/lithium~637^2~3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1ea5d2802660d64048b3d17ea015dbb4997a58c1 Fix opendaylight-startup-archetype to use ${project.groupId} instead of ${groupId}. Change-Id: I3ce96492d149c466b93539e9254f93074e1f036c Signed-off-by: Nathan Harmon --- diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml index 1ee28b8d5a..67cc60ab0f 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml @@ -64,12 +64,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-impl ${symbol_dollar}{project.version} - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version} diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml index 56903d0409..64d6834fef 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version}