diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-20 15:12:43 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-20 15:12:43 -0500 |
commit | 704554f2990c55c4a1b71fe08da1e4162c8fdbc4 (patch) | |
tree | d8517127e65c40a943aa30d55d258c1e3e803c3b /odlparent/client-parent | |
parent | 017e0b342dde7f00e105dffb80f3a5649c3673d6 (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/client-parent')
-rw-r--r-- | odlparent/client-parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml index ab77364b..4a833f7a 100644 --- a/odlparent/client-parent/pom.xml +++ b/odlparent/client-parent/pom.xml @@ -437,6 +437,7 @@ </dependencies> <executions> <execution> + <id>binding</id> <goals> <goal>generate-sources</goal> </goals> |