Fix sdnc dgbuilder build failure
[sdnc/oam.git] / dgbuilder / pom.xml
index 0b5386d..6c4f758 100644 (file)
                                        <execution>
                                        <phase>generate-sources</phase>
                                        <configuration>
-                                       <tasks>
-                                               <exec executable="${project.basedir}/build_pom_for_yang_compile">
-                                                       <arg value="${project.parent.version}"/>
-                                               </exec>
-                                       </tasks>
+                                               <workingDirectory>"${project.basedir}"</workingDirectory>
+                                               <executable>build_pom_for_yang_compile</executable>
+                                               <arguments>
+                                                       <argument>"${project.parent.version}"</argument>
+                                               </arguments>
                                        </configuration>
                                        <goals>
                                                <goal>run</goal>