From ef5da9b0c7ad76ae4295323c7f40dbca25c927d6 Mon Sep 17 00:00:00 2001 From: "Singla, Rajiv (rs153v)" Date: Thu, 26 Oct 2017 16:56:21 -0400 Subject: TCA:Included git information in tca jars Change-Id: I3e45d6ccdd10a526f0eb78fb228b8d02c528fcc3 Signed-off-by: Singla, Rajiv (rs153v) Issue-Id: DCAEGEN2-182 --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7521682..f6ef4c5 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,7 @@ 2.4 1.16.10.0 1.0-m5.1 + 2.2.3 3.5.1 2.5 2.7 @@ -121,9 +122,11 @@ suppressions.xml false https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/releases/ - content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version} + content/repositories/snapshots/ + content/repositories/releases/ + + content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version} + @@ -543,6 +546,15 @@ + + + ${project.basedir}/src/main/resources + + + ${project.build.directory}/git + + + org.apache.maven.wagon @@ -838,6 +850,28 @@ + + + pl.project13.maven + git-commit-id-plugin + ${gitcommitid.plugin.version} + + + generate-git-properties + generate-resources + + revision + + + false + true + + ${project.build.directory}/git/git.properties + + + + + @@ -981,6 +1015,11 @@ jgitflow-maven-plugin + + pl.project13.maven + git-commit-id-plugin + + @@ -1050,4 +1089,4 @@ dcae-analytics-aai - + -- cgit 1.2.3-korg