mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Commented out the git-commit-id-plugin since TeamCity was failing on the dotGitDirectory. Will troubleshoot later if needed but for now it isn't critical for my SonarQube experiments.
This commit is contained in:
parent
8b2320973d
commit
ae32a274fc
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -203,6 +203,7 @@
|
|||
|
||||
<!-- 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>
|
||||
|
@ -221,6 +222,7 @@
|
|||
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
|
||||
<plugin>
|
||||
<groupId>ro.isdc.wro4j</groupId>
|
||||
|
|
Loading…
Reference in a new issue