Replace target/ by ${project.build.directory}/ for target-ide/
[controller.git] / 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>
-    <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>