aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-11-30 14:22:22 +0000
committerGerrit Code Review <gerrit@onap.org>2022-11-30 14:22:22 +0000
commit1690cb4b328ebaa70a5f93e593a076c69e8379d3 (patch)
tree4e81c1b704f44dfad0ff15db229ab23afe36fa2c /packages/policy-clamp-docker
parentbff1cfc07634e2a28460deca196b5b877948684e (diff)
parent7dca70c0333be7ea801ce08c595107149808c6b5 (diff)
Merge "Move git-commit-id-maven-plugin to parent pom"
Diffstat (limited to 'packages/policy-clamp-docker')
-rw-r--r--packages/policy-clamp-docker/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/policy-clamp-docker/pom.xml b/packages/policy-clamp-docker/pom.xml
index 57fe51bc5..881cab658 100644
--- a/packages/policy-clamp-docker/pom.xml
+++ b/packages/policy-clamp-docker/pom.xml
@@ -109,25 +109,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>
<plugin>