File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 3232 <version >${git-commit-id-version} </version >
3333 <executions >
3434 <execution >
35+ <phase >validate</phase >
36+ <id >get-the-git-infos-validate</id >
3537 <goals >
3638 <goal >revision</goal >
3739 </goals >
40+ <configuration >
41+ <generateGitPropertiesFilename >${project.build.outputDirectory} /validate_git.properties</generateGitPropertiesFilename >
42+ </configuration >
43+ </execution >
44+ <execution >
45+ <phase >initialize</phase >
46+ <id >get-the-git-infos-initialize</id >
47+ <goals >
48+ <goal >revision</goal >
49+ </goals >
50+ <configuration >
51+ <generateGitPropertiesFilename >${project.build.outputDirectory} /initialize_git.properties</generateGitPropertiesFilename >
52+ </configuration >
3853 </execution >
3954 </executions >
4055 <configuration >
4156 <prefix >git</prefix >
4257 <verbose >true</verbose >
4358 <skipPoms >false</skipPoms >
4459 <!-- <runOnlyOnce>true</runOnlyOnce> -->
45- <reactorRootDir >${project.basedir} /../.git</reactorRootDir >
60+ <dotGitDirectory >${project.basedir} /../.git</dotGitDirectory >
4661 <injectAllReactorProjects >true</injectAllReactorProjects >
47- <generateGitPropertiesFile >false </generateGitPropertiesFile >
62+ <generateGitPropertiesFile >true </generateGitPropertiesFile >
4863 <!-- <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
4964 <!-- <generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>-->
5065 </configuration >
You can’t perform that action at this time.
0 commit comments