Merge pull request #129 from dougmorato/master
Maven-tomcat plugin fix and correct typo on JS file
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>
|
||||
|
@ -17,4 +17,4 @@ define(['jquery',
|
||||
}
|
||||
|
||||
});
|
||||
});6
|
||||
});
|
Reference in New Issue
Block a user