Replace target/ by ${project.build.directory}/ for target-ide/
[controller.git] / opendaylight / config / config-parent / pom.xml
index d2468726b5c3bf3f9657a2a5d88288a0a79e7532..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>
 
@@ -177,6 +177,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </build>
   <profiles>
     <profile>
+      <id>attach-config-without-filtering</id>
       <activation>
         <file>
           <exists>${config.file}</exists>