From 68dbb2b7eaae8379bcb185428e46e083a2bf6ecb Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 15 May 2024 18:59:22 -0400 Subject: Initial commit --- pom.xml | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d27c3f3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,182 @@ + + + + + 4.0.0 + + com.ashardalon + slim-tomcat-maven-plugin + 1.0-SNAPSHOT + maven-plugin + + Slim Tomcat Maven Plugin + + + http://www.example.com + + + ${maven.version} + + + + UTF-8 + 11 + 11 + 3.3.9 + + + + + org.apache.maven + maven-plugin-api + ${maven.version} + provided + + + org.apache.maven + maven-core + ${maven.version} + provided + + + org.apache.maven + maven-artifact + ${maven.version} + provided + + + org.apache.maven + maven-compat + ${maven.version} + test + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.6.0 + provided + + + junit + junit + 4.12 + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 3.3.0 + test + + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-plugin-plugin + 3.6.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + maven-invoker-plugin + 3.1.0 + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.0 + + + true + + + + mojo-descriptor + + descriptor + + + + help-goal + + helpmojo + + + + + + + + + + run-its + + + + + org.apache.maven.plugins + maven-invoker-plugin + 3.1.0 + + true + ${project.build.directory}/it + + */pom.xml + + verify + ${project.build.directory}/local-repo + src/it/settings.xml + + clean + test-compile + + + + + integration-test + + install + integration-test + verify + + + + + + + + + -- cgit v1.2.3