Changed the config of the Tomcat plugin
This commit is contained in:
parent
3525226e68
commit
6c83ee5cb1
10
pom.xml
10
pom.xml
@ -63,6 +63,11 @@
|
|||||||
<groupId>org.apache.tomcat.maven</groupId>
|
<groupId>org.apache.tomcat.maven</groupId>
|
||||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
|
<configuration>
|
||||||
|
<url>http://localhost:8080/manager</url>
|
||||||
|
<path>/WebGoat</path>
|
||||||
|
<attachArtifactClassifier>exec</attachArtifactClassifier>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>tomcat-run</id>
|
<id>tomcat-run</id>
|
||||||
@ -70,11 +75,6 @@
|
|||||||
<goal>exec-war-only</goal>
|
<goal>exec-war-only</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
|
||||||
<url>http://localhost:8080/manager</url>
|
|
||||||
<path>/WebGoat</path>
|
|
||||||
<attachArtifactClassifier>exec</attachArtifactClassifier>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user