Move git-commit-id-maven-plugin to parent pom 71/132471/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 25 Nov 2022 15:46:35 +0000 (15:46 +0000)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Fri, 25 Nov 2022 15:46:35 +0000 (15:46 +0000)
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: I17679d17471482bf52f80a2a7e250f7a06469deb

models-sim/packages/models-simulator-docker/pom.xml

index 9259148..bd2b802 100644 (file)
             <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>