BUG 5932 - Remove NETCONF property
[controller.git] / opendaylight / config / config-parent / pom.xml
index 0f865eb0868a1087546d13c827afe3e77402cfa6..723111fc954050d8c5352c5d8d691c243ed557b9 100644 (file)
@@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <config.version>0.5.0-SNAPSHOT</config.version>
     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
-    <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
+    <jmxGeneratorPath>target/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
 
@@ -143,6 +143,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               </goals>
               <configuration>
                 <sources>
+                  <source>src/main/yang</source>
                   <source>${jmxGeneratorPath}</source>
                   <source>${salGeneratorPath}</source>
                 </sources>