summaryrefslogtreecommitdiff
path: root/src/test/resources/project-to-test/pom.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-18 20:51:00 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-18 20:51:05 -0400
commit2f93c766ed7fed2c50f55ffda29a08e81387a077 (patch)
tree00fb9fb247d77effb617a788d9155d94d93f5093 /src/test/resources/project-to-test/pom.xml
parent68dbb2b7eaae8379bcb185428e46e083a2bf6ecb (diff)
Continue to improve
Diffstat (limited to 'src/test/resources/project-to-test/pom.xml')
-rw-r--r--src/test/resources/project-to-test/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/project-to-test/pom.xml b/src/test/resources/project-to-test/pom.xml
index e7f929d..2496ee8 100644
--- a/src/test/resources/project-to-test/pom.xml
+++ b/src/test/resources/project-to-test/pom.xml
@@ -17,9 +17,10 @@
<artifactId>slim-tomcat-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
- <!-- Specify the MyMojo parameter -->
<serverName>ashardalon-tomcat</serverName>
+ <serverURL>https://blog.ashardalon.com/</serverURL>
<targetWar>stachetype.war</targetWar>
+ <appPath>/stachetype</appPath>
</configuration>
</plugin>
</plugins>