Fix URL for tomcat7:deploy goal
This commit is contained in:
@ -98,7 +98,8 @@
|
|||||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<url>http://localhost:8080/manager</url>
|
<server>local_tomcat</server>
|
||||||
|
<url>http://localhost:8080/manager/text</url>
|
||||||
<path>/WebGoat</path>
|
<path>/WebGoat</path>
|
||||||
<attachArtifactClassifier>exec</attachArtifactClassifier>
|
<attachArtifactClassifier>exec</attachArtifactClassifier>
|
||||||
<contextReloadable>true</contextReloadable>
|
<contextReloadable>true</contextReloadable>
|
||||||
|
Reference in New Issue
Block a user