|
|
|
@ -869,6 +869,29 @@ |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>io.github.git-commit-id</groupId> |
|
|
|
<artifactId>git-commit-id-maven-plugin</artifactId> |
|
|
|
<version>5.0.0</version> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>get-the-git-infos</id> |
|
|
|
<goals> |
|
|
|
<goal>revision</goal> |
|
|
|
</goals> |
|
|
|
<phase>initialize</phase> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
<configuration> |
|
|
|
<generateGitPropertiesFile>true</generateGitPropertiesFile> |
|
|
|
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename> |
|
|
|
<!-- <includeOnlyProperties>--> |
|
|
|
<!-- <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>--> |
|
|
|
<!-- <includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>--> |
|
|
|
<!-- </includeOnlyProperties>--> |
|
|
|
<commitIdGenerationMode>full</commitIdGenerationMode> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
<plugins> |
|
|
|
|