aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r--dgbuilder/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index 6c4f7587..6c185bbf 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -81,7 +81,6 @@
<descriptors>
<descriptor>src/assembly/assemble_zip.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
@@ -117,11 +116,11 @@
<execution>
<phase>generate-sources</phase>
<configuration>
- <workingDirectory>"${project.basedir}"</workingDirectory>
- <executable>build_pom_for_yang_compile</executable>
- <arguments>
- <argument>"${project.parent.version}"</argument>
- </arguments>
+ <tasks>
+ <exec executable="${project.basedir}/build_pom_for_yang_compile">
+ <arg value="${project.parent.version}"/>
+ </exec>
+ </tasks>
</configuration>
<goals>
<goal>run</goal>