diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 15:13:15 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 15:13:15 +0000 |
commit | 8cb284f3df8aa9b6b6f701fdc9c0c15b0dcc06cf (patch) | |
tree | 668aa2e992bdddb00aef09fac9cdd663772adf3f | |
parent | 5be2df3855508a6ed3fcae2c6cf0dd8170148d72 (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: I7fc731f8025923f4e023a9bb37577b7a998f96b6
-rw-r--r-- | packages/docker/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index 713d749a..cd23963c 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -73,25 +73,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> |