From 8283e417245b26abd290f7e6fd0511869802fc82 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Tue, 21 May 2024 17:07:23 -0400 Subject: Rename to avoid name conflict --- wotonomy-web-test/pom.xml | 171 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 wotonomy-web-test/pom.xml (limited to 'wotonomy-web-test/pom.xml') diff --git a/wotonomy-web-test/pom.xml b/wotonomy-web-test/pom.xml new file mode 100644 index 0000000..44fd16a --- /dev/null +++ b/wotonomy-web-test/pom.xml @@ -0,0 +1,171 @@ + + + 4.0.0 + + com.ashardalon + wotonomy-web-test + 0.1-SNAPSHOT + war + + Wotonomy web test + This is a test of the Wotonomy framework + + + UTF-8 + UTF-8 + 11 + 10.0.0 + 3.11.0 + 3.4.0 + + + + + jakarta.platform + jakarta.jakartaee-api + ${jakartaee-api.version} + provided + + + net.wotonomy + wotonomy-datastore + 1.0-alpha5-SNAPSHOT + + + net.wotonomy + wotonomy-foundation + 1.0-alpha5-SNAPSHOT + + + net.wotonomy + wotonomy-persistence + 1.0-alpha5-SNAPSHOT + + + net.wotonomy + wotonomy-ui + 1.0-alpha5-SNAPSHOT + + + net.wotonomy + wotonomy-web + 1.0-alpha5-SNAPSHOT + + + + + wotonomy-web-test + + + 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 + /wotonomy + 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/wotonomy-test + + + 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 + + + + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + + -- cgit v1.2.3