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:
Chris Jones 2017-04-21 08:05:51 -05:00
parent 8b2320973d
commit ae32a274fc

View file

@ -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>