From cd8ff567c33de3456ed872e0bd95a89be5f3f34a Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 25 Nov 2022 14:39:50 +0000 Subject: [PATCH] Move git-commit-id-maven-plugin to parent pom The POM config for git-commit-id-maven-plugin is duplicated in each repo, so the config is moved to policy/parent Issue-ID: POLICY-4466 Signed-off-by: danielhanrahan Change-Id: I840092730d026e10f1e8b6464757ceef98a28eba --- pom.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pom.xml b/pom.xml index cd5b4eaf..3a475a56 100644 --- a/pom.xml +++ b/pom.xml @@ -36,36 +36,6 @@ pom policy-docker - - - - - io.github.git-commit-id - git-commit-id-maven-plugin - 5.0.0 - - - get-the-git-infos - - revision - - initialize - - - - false - true - - ^git.build.(time|version)$ - ^git.commit.id.abbrev$ - - full - - - - - - docker -- 2.16.6