Do not use opendaylight/commons/opendaylight as parent
[controller.git] / opendaylight / config / config-plugin-parent / pom.xml
index 724efcee01a4618d7ec34d9282a62895f4a75865..2313d5ed059b1e91bb92dc6e27b6c3cb8852b9f5 100644 (file)
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
+  <properties>
+    <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -22,7 +26,7 @@
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>yang-jmx-generator-plugin</artifactId>
-              <version>${config.version}</version>
+              <version>0.6.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>