diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 14:26:42 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 14:26:42 +0000 |
commit | 7dca70c0333be7ea801ce08c595107149808c6b5 (patch) | |
tree | 80cb574ad1e410728319936dab704e067c15026d /packages/policy-clamp-docker/pom.xml | |
parent | a2e99e7df02837d8270228c330bed4915043b996 (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: I812ebc8836ab8fc56ac209904aaa916a08665e61
Diffstat (limited to 'packages/policy-clamp-docker/pom.xml')
-rw-r--r-- | packages/policy-clamp-docker/pom.xml | 19 |
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> |