mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Trying to remove the offending git-commit-id-plugin.
This commit is contained in:
parent
6540184aee
commit
2fedeedcf9
1 changed files with 2 additions and 3 deletions
5
pom.xml
5
pom.xml
|
@ -195,12 +195,10 @@
|
||||||
|
|
||||||
<!-- Spring Boot Actuator displays build-related information if a git.properties
|
<!-- Spring Boot Actuator displays build-related information if a git.properties
|
||||||
file is present at the classpath -->
|
file is present at the classpath -->
|
||||||
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>pl.project13.maven</groupId>
|
<groupId>pl.project13.maven</groupId>
|
||||||
<artifactId>git-commit-id-plugin</artifactId>
|
<artifactId>git-commit-id-plugin</artifactId>
|
||||||
<!--
|
|
||||||
<version>2.2.1</version>
|
|
||||||
-->
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
@ -216,6 +214,7 @@
|
||||||
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>ro.isdc.wro4j</groupId>
|
<groupId>ro.isdc.wro4j</groupId>
|
||||||
|
|
Loading…
Reference in a new issue