From 9ce8e4698590ced5dea65f3b7718b37ecfa9f2aa Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 26 May 2020 11:04:24 +0200 Subject: [PATCH] use git-commit-id-plugin only once in scm-packaging --- scm-packaging/docker/pom.xml | 22 ---------------------- scm-packaging/helm/pom.xml | 31 ------------------------------- scm-packaging/pom.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 53 deletions(-) diff --git a/scm-packaging/docker/pom.xml b/scm-packaging/docker/pom.xml index d179e2f51e..ea30dd2695 100644 --- a/scm-packaging/docker/pom.xml +++ b/scm-packaging/docker/pom.xml @@ -52,28 +52,6 @@ - - pl.project13.maven - git-commit-id-plugin - 4.0.0 - - - get-git-commit-id - - revision - - initialize - - - - false - ${project.basedir}/../../.git - - ^git.commit.id.abbrev$ - - - - org.apache.maven.plugins maven-resources-plugin diff --git a/scm-packaging/helm/pom.xml b/scm-packaging/helm/pom.xml index 8be77a1b69..dd4ff35ab9 100644 --- a/scm-packaging/helm/pom.xml +++ b/scm-packaging/helm/pom.xml @@ -46,37 +46,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - - - - - pl.project13.maven - git-commit-id-plugin - 4.0.0 - - - get-git-commit-id - - revision - - validate - - - - false - ${project.basedir}/../../.git - - ^git.commit.id.abbrev$ - - - - org.codehaus.gmavenplus gmavenplus-plugin diff --git a/scm-packaging/pom.xml b/scm-packaging/pom.xml index 00d987e2a5..035e41a5f0 100644 --- a/scm-packaging/pom.xml +++ b/scm-packaging/pom.xml @@ -62,6 +62,35 @@ helm + + + + + pl.project13.maven + git-commit-id-plugin + 4.0.0 + + + get-git-commit-id + + revision + + validate + + + + false + ${project.basedir}/../.git + + ^git.commit.id.abbrev$ + + true + + + + + +