aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-11-25 15:04:39 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-11-25 15:04:39 +0000
commitb7647f194138e9bf490a919c4baaffb9bd3a766c (patch)
treecfd4a2cfafe1cbf47a19a0de92a1bc5041fe4c5f
parentd911a1021e18c8395dcd2885389dfb11987ce223 (diff)
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 <daniel.hanrahan@est.tech> Change-Id: Id9602ae12bcd394ec2bb780072a6d6c4acbd26a0
-rw-r--r--controlloop/packages/docker-controlloop/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/controlloop/packages/docker-controlloop/pom.xml b/controlloop/packages/docker-controlloop/pom.xml
index 00620cba4..0d453eb21 100644
--- a/controlloop/packages/docker-controlloop/pom.xml
+++ b/controlloop/packages/docker-controlloop/pom.xml
@@ -69,25 +69,6 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
- <version>5.0.0</version>
- <executions>
- <execution>
- <id>get-the-git-infos</id>
- <goals>
- <goal>revision</goal>
- </goals>
- <phase>initialize</phase>
- </execution>
- </executions>
- <configuration>
- <skipPoms>false</skipPoms>
- <generateGitPropertiesFile>true</generateGitPropertiesFile>
- <includeOnlyProperties>
- <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
- <includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
- </includeOnlyProperties>
- <commitIdGenerationMode>full</commitIdGenerationMode>
- </configuration>
</plugin>
<!--fabric8.io docker-maven-plugin does not support ARG usage in the FROM statement of Dockerfile