Changed output directory for generated classes
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d79caac1c18871b6a4e4eaa362e163a56b77680f..05862144ad642beae14dbdf9da94a93532640508 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
         <exam.version>3.0.0</exam.version>
         <url.version>1.5.0</url.version>
         <enunciate.version>1.26.2</enunciate.version>
-        <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
-        <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
+        <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
+        <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
         <sonar.branch>${user.name}-private-view</sonar.branch>
         <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
         <logback.version>1.0.9</logback.version>
                             <configuration>
                                 <sources>
                                     <source>src/main/yang</source>
-                                    <source>${jmxGeneratorPath}</source>
-                                    <source>${salGeneratorPath}</source>
                                 </sources>
                             </configuration>
                         </execution>
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>