Revert tomcat7 maven plugin to 2.1
Knonw bug on version 2.2 of the tomcat7-maven-plugin on extracting the temp directories for exec jar Info: https://issues.apache.org/jira/browse/MTOMCAT-211 https://fisheye6.atlassian.com/changelog/tomcat?cs=1539956 https://fisheye6.atlassian.com/changelog/tomcat?cs=1539209 Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
<version>${tomcat7-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<server>local_tomcat</server>
|
||||
<url>http://localhost:8080/manager</url>
|
||||
<url>http://localhost:8080/manager/text</url>
|
||||
<path>/WebGoat</path>
|
||||
<attachArtifactClassifier>exec</attachArtifactClassifier>
|
||||
<contextReloadable>true</contextReloadable>
|
||||
|
Reference in New Issue
Block a user