Skip to content

Commit 3b116b9

Browse files
authored
Remove git-commit-id-plugin (#1469)
1 parent 3206bde commit 3b116b9

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -226,28 +226,6 @@
226226
</dependencyManagement>
227227

228228
<profiles>
229-
<!-- If a revision has not been explicitly set, sort it out by looking at git metadata -->
230-
<profile>
231-
<id>determine-revision</id>
232-
<activation>
233-
<activeByDefault>false</activeByDefault>
234-
<property>
235-
<name>!build.revision</name>
236-
</property>
237-
</activation>
238-
<properties>
239-
<build.revision>${git.commit.id.abbrev}</build.revision>
240-
</properties>
241-
<build>
242-
<plugins>
243-
<plugin>
244-
<groupId>pl.project13.maven</groupId>
245-
<artifactId>git-commit-id-plugin</artifactId>
246-
</plugin>
247-
</plugins>
248-
</build>
249-
</profile>
250-
251229
<!-- Disable parallel execution of integration tests with "-DsequentialITs" -->
252230
<profile>
253231
<id>sequentialIntegrationTests</id>
@@ -365,18 +343,6 @@
365343
</execution>
366344
</executions>
367345
</plugin>
368-
<plugin>
369-
<groupId>pl.project13.maven</groupId>
370-
<artifactId>git-commit-id-plugin</artifactId>
371-
<version>2.2.4</version>
372-
<executions>
373-
<execution>
374-
<goals>
375-
<goal>revision</goal>
376-
</goals>
377-
</execution>
378-
</executions>
379-
</plugin>
380346
<plugin>
381347
<groupId>org.apache.maven.plugins</groupId>
382348
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)