From 5532135d9717da7021eece4df741edd0ea1a33d5 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 25 Nov 2022 13:29:43 +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: I2ac1d2665f54fbf4ac2eaa21ef8a7158452dbd8a --- integration/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index d110aac4..806e01ae 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1238,6 +1238,29 @@ spring-boot-maven-plugin ${version.springboot} + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + + revision + + + + + false + false + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + full + yyyy-MM-dd'T'HH:mm:ss.SSS'Z' + UTC + + -- 2.16.6