Skip to content

Commit e1d53b6

Browse files
committed
Remove redundant git-commit-id-plugin configuration from loader-tools
Closes spring-projectsgh-7007
1 parent c81a835 commit e1d53b6

File tree

1 file changed

+0
-23
lines changed
  • spring-boot-tools/spring-boot-loader-tools

1 file changed

+0
-23
lines changed

spring-boot-tools/spring-boot-loader-tools/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,6 @@
4848
</dependencies>
4949
<build>
5050
<plugins>
51-
<plugin>
52-
<groupId>pl.project13.maven</groupId>
53-
<artifactId>git-commit-id-plugin</artifactId>
54-
<executions>
55-
<execution>
56-
<id>include-git-properties</id>
57-
<phase>prepare-package</phase>
58-
<goals>
59-
<goal>revision</goal>
60-
</goals>
61-
<configuration>
62-
<dotGitDirectory>${main.basedir}/.git</dotGitDirectory>
63-
<verbose>true</verbose>
64-
<gitDescribe>
65-
<skip>true</skip>
66-
</gitDescribe>
67-
</configuration>
68-
</execution>
69-
</executions>
70-
<configuration>
71-
<failOnNoGitDirectory>false</failOnNoGitDirectory>
72-
</configuration>
73-
</plugin>
7451
<plugin>
7552
<groupId>org.apache.maven.plugins</groupId>
7653
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)