From a1f50008a0ffc8c585deb88464362238a8e68ffc Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sat, 18 May 2024 21:23:40 -0400 Subject: Initial commit --- pom.xml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4c9d9a0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,133 @@ + + + 4.0.0 + + com.ashardalon + stachetype + 0.1-SNAPSHOT + war + + stachetype + This is a jakarta EE based blog + + + UTF-8 + UTF-8 + 11 + 10.0.0 + 3.11.0 + 3.4.0 + + + + + jakarta.platform + jakarta.jakartaee-api + ${jakartaee-api.version} + provided + + + + + stachetype + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler-plugin.version} + + + maven-war-plugin + ${war-plugin.version} + + true + + + + maven-site-plugin + 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + maven-project-info-reports-plugin + 3.0.0 + + + + com.ashardalon + slim-tomcat-maven-plugin + 1.1-SNAPSHOT + + https://blog.ashardalon.com/ + ashardalon-tomcat + /stachetype + true + + + + deploy + + deploy + + + + + + + + + + + + maven-javadoc-plugin + 3.4.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + + + + + ashardalon-dav + dav:https://ashardalon.com/projects/stachetype + + + ashardalon + Ashardalon Snapshots + https://repo.ashardalon.com/snapshots + + + ashardalon + Ashardalon Releases + https://repo.ashardalon.com/releases + + + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + + -- cgit v1.2.3