diff --git a/cola-archetypes/pom.xml b/cola-archetypes/pom.xml index 625ad6749..d8d7272f5 100644 --- a/cola-archetypes/pom.xml +++ b/cola-archetypes/pom.xml @@ -202,5 +202,91 @@ + + gen-git-properties + + + performRelease + true + + + + + + + pl.project13.maven + git-commit-id-plugin + 4.0.3 + + + get-the-git-infos + + revision + + + + validate-the-git-infos + + validateRevision + + + + + + + + validating git dirty + ${git.dirty} + false + + + true + ${project.build.outputDirectory}/META-INF/scm/${project.groupId}/${project.artifactId}/git.properties + + + + + + + force-jdk11-when-release + + + performRelease + true + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-jdk-versions + + enforce + + + + + 11 + + + + + + + + + diff --git a/cola-components/pom.xml b/cola-components/pom.xml index e9107e5a2..af658eb88 100644 --- a/cola-components/pom.xml +++ b/cola-components/pom.xml @@ -257,6 +257,55 @@ + + gen-git-properties + + + performRelease + true + + + + + + + pl.project13.maven + git-commit-id-plugin + 4.0.3 + + + get-the-git-infos + + revision + + + + validate-the-git-infos + + validateRevision + + + + + + + + validating git dirty + ${git.dirty} + false + + + true + ${project.build.outputDirectory}/META-INF/scm/${project.groupId}/${project.artifactId}/git.properties + + + + + force-jdk11-when-release