From b291c363badec283553d8e013c5fa912a930e764 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Nov 2020 10:22:27 +0100 Subject: Project skeleton Change-Id: I5609adfca13ffad643a3db93e848fc01636b066a --- pom.xml | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7540cf2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,176 @@ + + + + 4.0.0 + + eu.mulk + aendggner + ${revision} + + + true + 15 + 15 + + UTF-8 + UTF-8 + + 3.6.2 + + 3.0.0 + 3.8.1 + 3.0.0-M3 + 3.0.0 + 4.2 + 3.2.0 + 3.2.4 + 2.4.1 + + 0.2.0 + 3.0.2 + 1.8 + 1.4.10 + 4.3.2 + + + + + + + pl.tlinkowski.annotation + pl.tlinkowski.annotation.basic + ${basic-annotations.version} + provided + + + com.google.code.findbugs + jsr305 + ${findbugs-jsr305.version} + provided + + + org.jetbrains.kotlin + kotlin-annotations-jvm + ${kotlin-annotations.version} + provided + + + + info.picocli + picocli + ${picocli.version} + + + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + + false + + + + + + + + + + + maven-compiler-plugin + ${compiler-plugin.version} + + + + + maven-resources-plugin + ${resources-plugin.version} + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-plugin.version} + + + + + java,javax,org,com,de,io,dagger,eu.mulk, + + + ${google.java.format.version} + + + + + + + + maven-antrun-plugin + ${antrun-plugin.version} + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer-plugin.version} + + + enforce-maven + + enforce + + + + + ${enforced.maven-version} + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + ${exec-plugin.version} + + eu.mulk.aendggner.AendGgner + + + + + org.apache.maven.plugins + maven-shade-plugin + ${shade-plugin.version} + + + + shade + + + true + + + eu.mulk.aendggner.AendGgner + + + + + + + + + + + + -- cgit v1.2.1