Change target to ${project.build.target} in a bunch of pom file.
[controller.git] / opendaylight / netconf / ietf-netconf-monitoring-extension / pom.xml
index 986b6eccc5f2a805ff39bdf146c6b896aeb0ef47..d71354451ebda48a7a75a302ab6d6ced6c5552e6 100644 (file)
@@ -44,7 +44,7 @@
                                         org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
                                     </codeGeneratorClass>
                                     <outputBaseDir>
-                                        target/generated-sources/monitoring
+                                        ${project.build.directory}/generated-sources/monitoring
                                     </outputBaseDir>
                                 </generator>
                             </codeGenerators>
@@ -72,7 +72,7 @@
                         </goals>
                         <configuration>
                             <sources>
-                                <source>target/generated-sources/sal</source>
+                                <source>${project.build.directory}/generated-sources/monitoring</source>
                             </sources>
                         </configuration>
                     </execution>