Changed the pom to build the container artifact and deleted the plugin

This commit is contained in:
Bruce Mayhew
2015-01-02 14:29:08 -05:00
parent 1a5358458c
commit 4f6ba2711f
2 changed files with 3 additions and 281 deletions

View File

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