Replace target/ by ${project.build.directory}/ for target-ide/ 81/47781/2
authorMichael Vorburger <vorburger@redhat.com>
Mon, 31 Oct 2016 14:01:33 +0000 (15:01 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 1 Nov 2016 20:13:06 +0000 (20:13 +0000)
Change-Id: I3b6ae82beb1401d378c4896ae34c93d6008c4e52
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
opendaylight/config/config-parent/pom.xml

index 87e3dcfe2fc18511c8da6284a77860a8eec96d4a..f676af99d448e70d22acdf983dcf4f0167780a93 100644 (file)
@@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <config.version>0.6.0-SNAPSHOT</config.version>
     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
     <config.version>0.6.0-SNAPSHOT</config.version>
     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <jmxGeneratorPath>target/generated-sources/config-binding</jmxGeneratorPath>
+    <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
 
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>