Fix URL for tomcat7:deploy goal
This commit is contained in:
parent
4d26d84eef
commit
640b9001c4
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user