Browse Source

Change config for git commit plugin in starter parent

Fixes gh-1489
pull/2035/head
Dave Syer 12 years ago
parent
commit
26a528ce95
  1. 5
      spring-boot-starters/spring-boot-starter-parent/pom.xml

5
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.1.10</version>
<version>2.1.11</version>
<executions>
<execution>
<goals>
@ -130,8 +130,7 @@ @@ -130,8 +130,7 @@
<verbose>true</verbose>
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<!-- Workaround until 2.1.11 is released; should be an absolute path -->
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
</configuration>
</plugin>
<!-- Support our own plugin -->

Loading…
Cancel
Save