File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 317317 <groupId >org.springframework.boot</groupId >
318318 <artifactId >spring-boot-maven-plugin</artifactId >
319319 <version >${spring-boot.version} </version >
320+ <executions >
321+ <execution >
322+ <goals >
323+ <goal >build-info</goal >
324+ </goals >
325+ </execution >
326+ </executions >
327+ </plugin >
328+
329+ <plugin >
330+ <groupId >io.github.git-commit-id</groupId >
331+ <artifactId >git-commit-id-maven-plugin</artifactId >
332+ <executions >
333+ <execution >
334+ <id >get-the-git-infos</id >
335+ <goals >
336+ <goal >revision</goal >
337+ </goals >
338+ <phase >initialize</phase >
339+ </execution >
340+ </executions >
341+ <configuration >
342+ <generateGitPropertiesFile >true</generateGitPropertiesFile >
343+ <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
344+ <commitIdGenerationMode >full</commitIdGenerationMode >
345+ </configuration >
320346 </plugin >
321347 </plugins >
322348 </build >
You can’t perform that action at this time.
0 commit comments