From 86f58cd4034e766ead02f3b7f180669bc1ee76d2 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 25 Mar 2015 12:02:14 -0400 Subject: [PATCH] Add dependency on config file to startup archetype Change-Id: Ie41e8c47826789b53811c6a92279abaec510d3b9 Signed-off-by: Ed Warnicke --- .../main/resources/archetype-resources/features/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index c5adb28db7..4afbedb76e 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -70,6 +70,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${artifactId}-impl ${symbol_dollar}{project.version} + + ${symbol_dollar}{project.groupId} + ${artifactId}-impl + ${symbol_dollar}{project.version} + xml + config + ${symbol_dollar}{project.groupId} ${artifactId}-api -- 2.36.6