diff --git a/application/pom.xml b/application/pom.xml index ef57037448..c2d80d62ac 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -390,6 +390,10 @@ + + io.github.git-commit-id + git-commit-id-maven-plugin + org.apache.maven.plugins maven-compiler-plugin diff --git a/pom.xml b/pom.xml index 9ea372e47b..4de31c1c19 100755 --- a/pom.xml +++ b/pom.xml @@ -869,6 +869,29 @@ + + io.github.git-commit-id + git-commit-id-maven-plugin + 5.0.0 + + + get-the-git-infos + + revision + + initialize + + + + true + ${project.build.outputDirectory}/git.properties + + + + + full + +