File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
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 >
3635 <id >get-the-git-infos-validate</id >
3736 <goals >
3837 <goal >revision</goal >
3938 </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 >
5339 </execution >
5440 </executions >
5541 <configuration >
42+ <excludeProperties >
43+ <excludeProperty >git.*.user.*</excludeProperty >
44+ </excludeProperties >
5645 <prefix >git</prefix >
5746 <verbose >true</verbose >
5847 <skipPoms >false</skipPoms >
5948 <!-- <runOnlyOnce>true</runOnlyOnce> -->
6049 <dotGitDirectory >${project.basedir} /../.git</dotGitDirectory >
6150 <injectAllReactorProjects >true</injectAllReactorProjects >
6251 <generateGitPropertiesFile >true</generateGitPropertiesFile >
63- <!-- <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename> -- >
64- <!-- < generateGitPropertiesFilename>target/classes/ git.properties</generateGitPropertiesFilename> -- >
52+ <evaluateOnCommit >HEAD^1</ evaluateOnCommit >
53+ <generateGitPropertiesFilename >${project.build.outputDirectory} / git.properties</generateGitPropertiesFilename >
6554 </configuration >
6655 </plugin >
6756
You can’t perform that action at this time.
0 commit comments