Merge pull request #129 from dougmorato/master

Maven-tomcat plugin fix and correct typo on JS file
This commit is contained in:
Doug Morato
2015-10-26 10:09:16 -04:00
5 changed files with 31 additions and 5 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>

View File

@ -17,4 +17,4 @@ define(['jquery',
}
});
});6
});