From df38659b7474d0cc00a125872b51cc399978a67f Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 14 Oct 2024 11:32:09 -0400 Subject: Add local deploy support Add support to the POMusing maven profiles to deploy to local tomcat or the live server --- wotonomy-web-test/pom.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'wotonomy-web-test/pom.xml') diff --git a/wotonomy-web-test/pom.xml b/wotonomy-web-test/pom.xml index ce0ee17..a75012d 100644 --- a/wotonomy-web-test/pom.xml +++ b/wotonomy-web-test/pom.xml @@ -48,7 +48,22 @@ 1.0-alpha5-SNAPSHOT - + + + local + + http://localhost:8080 + local-tomcat + + + + remote + + https://blog.ashardalon.com/ + ashardalon-tomcat + + + wotonomy-web-test @@ -75,19 +90,17 @@ - maven-project-info-reports-plugin 3.0.0 - com.ashardalon slim-tomcat-maven-plugin 1.1-SNAPSHOT - https://blog.ashardalon.com/ - ashardalon-tomcat + ${deploy.serverURL} + ${deploy.serverName} /wotonomy true -- cgit v1.2.3