From b0cacabc957605a4490c524222d9cc4936909f5e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 2 Sep 2014 05:14:11 -0500 Subject: [PATCH] Improvement to opendaylight-configfile-archetype Change-Id: I9d60ab8b54edd9148e810d7eeb99735d3fd10dc1 Signed-off-by: Ed Warnicke --- .../main/resources/archetype-resources/pom.xml | 18 +++++++++++++++++- .../{80-configfile.xml => 80-__repoName__.xml} | 0 2 files changed, 17 insertions(+), 1 deletion(-) rename opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/src/main/resources/{80-configfile.xml => 80-__repoName__.xml} (100%) 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 -- 2.36.6