summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-11-25 14:39:50 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-11-25 14:39:50 +0000
commitcd8ff567c33de3456ed872e0bd95a89be5f3f34a (patch)
tree4622435d92b21f1fe5f6a53d1c8cea64511d83c2
parent4559dcd94d57042de03b67cf8567bc7c0000cdaf (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: I840092730d026e10f1e8b6464757ceef98a28eba
-rw-r--r--pom.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/pom.xml b/pom.xml
index cd5b4eaf..3a475a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,36 +36,6 @@
<packaging>pom</packaging>
<name>policy-docker</name>
- <build>
- <pluginManagement>
- <plugins>
- <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>
- </plugins>
- </pluginManagement>
- </build>
-
<profiles>
<profile>
<id>docker</id>