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:
Doug Morato
2015-10-25 22:51:28 -04:00
parent 8bffb76e5b
commit 441543100f
2 changed files with 2 additions and 2 deletions

View File

@ -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>