From da2d976b866b2b32fdfc1d6fae9a5b118339fcb9 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 4 Sep 2020 10:34:58 -0400 Subject: Overriding git-commit-id-plugin Issue-ID: CCSDK-2734 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I57964c912f17bf0c7dfe060a469affbf82486d35 --- odlparent/setup/pom.xml | 1 - odlparent/setup/src/main/resources/pom-template.xml | 14 +++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'odlparent/setup') diff --git a/odlparent/setup/pom.xml b/odlparent/setup/pom.xml index 6137543d..c14c893e 100755 --- a/odlparent/setup/pom.xml +++ b/odlparent/setup/pom.xml @@ -231,7 +231,6 @@ ../binding-parent/pom-template.xml ../binding-parent/pom.xml - diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index d6a9b46a..94b7423f 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -825,7 +825,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + @@ -834,6 +834,18 @@ + + pl.project13.maven + git-commit-id-plugin + 4.0.0 + + full + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + + -- cgit