summaryrefslogtreecommitdiffstats
path: root/dgbuilder/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-07-14 09:46:02 -0400
committerDan Timoney <dtimoney@att.com>2020-08-05 11:57:26 +0000
commit22264e57d5079ba89958eee2a83e60f9d90c01fa (patch)
tree34c10e911fefca8291d147160f9143830988f7d3 /dgbuilder/pom.xml
parent225accadcfc4a7bd7f7aafe0decde1fddc0702e9 (diff)
Update ccsdk/distribution for Sodium
Updated dgbuilder/pom.xml to address breaking change in antrun maven plugin. Change-Id: Iff7b4f73caa7528d0cc5504a1d9efd4ac62142ea Issue-ID: CCSDK-2564 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r--dgbuilder/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index 5edc91c7..241e1233 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -118,11 +118,11 @@
<execution>
<phase>generate-sources</phase>
<configuration>
- <tasks>
+ <target>
<exec executable="${project.basedir}/build_pom_for_yang_compile">
<!--<arg value="${odlparent-carbon-sr1-version}"/>-->
</exec>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>