Skip to content

Commit f48628f

Browse files
committed
Workaround fix for git-commit-plugin
This commit is a workaround until git-commit-id-plugin 2.1.11 is released. See also issue 124 of that project Fixes gh-1484
1 parent 34cbcf5 commit f48628f

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
<verbose>true</verbose>
131131
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
132132
<generateGitPropertiesFile>true</generateGitPropertiesFile>
133-
<generateGitPropertiesFilename>${basedir}/target/classes/git.properties</generateGitPropertiesFilename>
133+
<!-- Workaround until 2.1.11 is released; should be an absolute path -->
134+
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
134135
</configuration>
135136
</plugin>
136137
<!-- Support our own plugin -->

0 commit comments

Comments
 (0)