Changed the pom to build the container artifact and deleted the plugin
This commit is contained in:
6
pom.xml
6
pom.xml
@ -2,10 +2,10 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<name>WebGoat</name>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>WebGoat</groupId>
|
||||
<groupId>org.owasp.webgoat</groupId>
|
||||
<artifactId>WebGoat-Container</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>6.0.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<version>6.1.0</version>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
|
Reference in New Issue
Block a user