File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
12## Release v1.1.1 - 2023-10-28
23
34Release v1.1.1
Original file line number Diff line number Diff line change 111111 <plugin >
112112 <groupId >io.github.git-commit-id</groupId >
113113 <artifactId >git-commit-id-maven-plugin</artifactId >
114+ <executions >
115+ <execution >
116+ <id >get-the-git-infos</id >
117+ <goals >
118+ <goal >revision</goal >
119+ </goals >
120+ <phase >initialize</phase >
121+ </execution >
122+ </executions >
114123 <configuration >
115124 <offline >true</offline >
116125 <skipPoms >false</skipPoms >
126+ <generateGitPropertiesFile >true</generateGitPropertiesFile >
127+ <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
128+ <includeOnlyProperties >
129+ <includeOnlyProperty >^git.build.(time|version)$</includeOnlyProperty >
130+ <includeOnlyProperty >^git.commit.id.(abbrev|full)$</includeOnlyProperty >
131+ </includeOnlyProperties >
132+ <commitIdGenerationMode >full</commitIdGenerationMode >
117133 </configuration >
118134 </plugin >
119135 <plugin >
You can’t perform that action at this time.
0 commit comments