Merge "Fixed bug in generated artifactId for ${artifactId}-karaf"
authorMoiz Raja <moraja@cisco.com>
Wed, 21 Jan 2015 01:23:22 +0000 (01:23 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 21 Jan 2015 01:23:22 +0000 (01:23 +0000)
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-karaf/pom.xml

index c7ed46a2e3a78070d59062b5d8ae8a6adf4a1eff..87b955c6b95c73233a4a475445b23f8dd74cbccb 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>${groupId}</groupId>
-  <artifactId>${artifactId}</artifactId>
+  <artifactId>${artifactId}-karaf</artifactId>
   <version>${version}</version>
   <name>${project.artifactId}</name>
   <prerequisites>