From 4226200b433002de1fbe92ba3e7e2ffbbe632142 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 28 Dec 2023 11:44:58 +0100 Subject: =?UTF-8?q?=F0=9F=8F=86=20Initial=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..93d754b --- /dev/null +++ b/pom.xml @@ -0,0 +1,248 @@ + + + + 4.0.0 + + dev.morling.demos + average + 1.0.0-SNAPSHOT + + + 21 + true + ${java.version} + UTF-8 + UTF-8 + + + My OSS Project + My Latest OSS Project + 2021 + tbd. + + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.junit + junit-bom + 5.8.1 + pom + import + + + + + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + 3.21.0 + test + + + + + + + + + com.mycila + license-maven-plugin + 4.1 + + + net.revelc.code.formatter + formatter-maven-plugin + 2.16.0 + + etc/eclipse-formatter-config.xml + + + + net.revelc.code + impsort-maven-plugin + 1.9.0 + + java.,javax.,org.,com. + true + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + true + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + + + + + + qa + + + !quick + + + + + + com.mycila + license-maven-plugin + +
etc/license.txt
+ true + true + + LICENSE.txt + **/.dontdelete + +
+ + + + check + + + +
+ + net.revelc.code.formatter + formatter-maven-plugin + + + format + + format + + process-sources + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-plugin-versions + + enforce + + + + + [${java.version},) + + + true + true + true + clean,deploy,site + + + + + + +
+
+
+ + quick + + + quick + + + + true + + +
+
-- cgit v1.2.3