From: Ed Warnicke Date: Tue, 2 Sep 2014 10:14:11 +0000 (-0500) Subject: Improvement to opendaylight-configfile-archetype X-Git-Tag: release/helium~166^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=b0cacabc957605a4490c524222d9cc4936909f5e;hp=cf0e850cf8173ed2e1f550b9971ae133aec44ae7 Improvement to opendaylight-configfile-archetype Change-Id: I9d60ab8b54edd9148e810d7eeb99735d3fd10dc1 Signed-off-by: Ed Warnicke --- diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml index e217b9abfa..3c778e262b 100644 --- a/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml @@ -14,6 +14,10 @@ will pick the pom.xml from the parent directory as the parent pom, which may or may not be correct. --> + ${artifactId} ${groupId} Configuration files for md-sal @@ -23,7 +27,7 @@ jar - 80-configfile.xml + 80-${repoName}.xml @@ -44,6 +48,18 @@ xml config + diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/src/main/resources/80-configfile.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/src/main/resources/80-__repoName__.xml similarity index 100% rename from opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/src/main/resources/80-configfile.xml rename to opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/src/main/resources/80-__repoName__.xml