aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r--dgbuilder/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index 5eb8e726..6c185bbf 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -109,6 +109,25 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks>
+ <exec executable="${project.basedir}/build_pom_for_yang_compile">
+ <arg value="${project.parent.version}"/>
+ </exec>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>