Fix URL for tomcat7:deploy goal

This commit is contained in:
Doug Morato 2015-08-19 22:28:37 -04:00 committed by Nanne Baars
parent 4d26d84eef
commit 640b9001c4

View File

@ -98,7 +98,8 @@
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.1</version>
<configuration>
<url>http://localhost:8080/manager</url>
<server>local_tomcat</server>
<url>http://localhost:8080/manager/text</url>
<path>/WebGoat</path>
<attachArtifactClassifier>exec</attachArtifactClassifier>
<contextReloadable>true</contextReloadable>