diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 14:21:27 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-11-25 14:21:27 +0000 |
commit | 45d9b315449e76ed9ac856910ac69dce9e8d38df (patch) | |
tree | aadbf82defd60cf2a9152553ea2d084f6c248efc | |
parent | 2e80c5de293bcd24b36c88eacb4d862a17435c26 (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: I7e92e0c48a50ed3099602293d74dbb168261e0ec
-rw-r--r-- | packages/apex-pdp-docker/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/apex-pdp-docker/pom.xml b/packages/apex-pdp-docker/pom.xml index 4680f805c..844ba2481 100644 --- a/packages/apex-pdp-docker/pom.xml +++ b/packages/apex-pdp-docker/pom.xml @@ -67,25 +67,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> |