diff --git a/main/pom.xml b/main/pom.xml index 720b0f64b..539992312 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -262,6 +262,32 @@ + + pl.project13.maven + git-commit-id-plugin + 2.2.4 + + + get-the-git-infos + + revision + + + + + ${project.basedir}/.git + git + false + true + ${project.build.outputDirectory}/git.properties + json + + false + false + -dirty + + +