summaryrefslogtreecommitdiffstats
path: root/odlparent/feature-repo-parent
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-01-20 15:12:43 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-01-20 15:12:43 -0500
commit704554f2990c55c4a1b71fe08da1e4162c8fdbc4 (patch)
treed8517127e65c40a943aa30d55d258c1e3e803c3b /odlparent/feature-repo-parent
parent017e0b342dde7f00e105dffb80f3a5649c3673d6 (diff)
Adding ID to yang-maven-plugin execution
Adding id:binding to yang-maven-plugin execution to avoid twice execution of plugin Issue-ID: CCSDK-2030 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic634a77c55968d18f257b9d986d0bed0fbac0f8c
Diffstat (limited to 'odlparent/feature-repo-parent')
-rw-r--r--odlparent/feature-repo-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 95876261..aa2e7b39 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -1110,6 +1110,7 @@
</dependencies>
<executions>
<execution>
+ <id>binding</id>
<goals>
<goal>generate-sources</goal>
</goals>