Revert "Change config for git commit plugin in starter parent"

This reverts commit 26a528ce95.

Fixes gh-1706
pull/2035/head
Andy Wilkinson 10 years ago
parent 7060cc1967
commit 00b6670b78

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

Loading…
Cancel
Save