From: Ed Warnicke Date: Tue, 29 Jul 2014 00:44:57 +0000 (-0500) Subject: Fix for -Pintegrationtest profile X-Git-Tag: release/helium~405^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9ad606b0c59ac433ededa8bb3c6eb29042b08900;hp=ff2f98614e20366d532439b73d9a51470210ae61 Fix for -Pintegrationtest profile The -Pintegrationtest profile was not including the restconf config file. Change-Id: Ic62da8f4532aeeda19a1836c08214fa795d84b98 Signed-off-by: Ed Warnicke --- 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