From 9ad606b0c59ac433ededa8bb3c6eb29042b08900 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 28 Jul 2014 19:44:57 -0500 Subject: [PATCH] Fix for -Pintegrationtest profile The -Pintegrationtest profile was not including the restconf config file. Change-Id: Ic62da8f4532aeeda19a1836c08214fa795d84b98 Signed-off-by: Ed Warnicke --- opendaylight/distribution/opendaylight/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 3131bd5edd..541c1300f3 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1317,11 +1317,11 @@ generate-resources - ${project.build.directory}/generated-resources/opendaylight/configuration - sal-rest-connector-config - **\/*.xml - true - false + ${project.build.directory}/configuration + sal-rest-connector-config + **\/*.xml + true + false -- 2.36.6