mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +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
|
||||
file is present at the classpath -->
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>pl.project13.maven</groupId>
|
||||
<artifactId>git-commit-id-plugin</artifactId>
|
||||
<!--
|
||||
<version>2.2.1</version>
|
||||
-->
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -216,6 +214,7 @@
|
|||
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
|
||||
<plugin>
|
||||
<groupId>ro.isdc.wro4j</groupId>
|
||||
|
|
Loading…
Reference in a new issue