Add src/main/yang as source path in build-helper-maven-plugin
[controller.git] / opendaylight / config / config-parent / pom.xml
index 1b346f363b98a94eb3e5011355c643ee58fa25be..723111fc954050d8c5352c5d8d691c243ed557b9 100644 (file)
@@ -24,8 +24,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <config.version>0.5.0-SNAPSHOT</config.version>
     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
-    <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
-    <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
+    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
+    <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>