From 023966fbb1d65958859f836166e4432c66f711c5 Mon Sep 17 00:00:00 2001 From: mayhew64 <mayhew64@yahoo.com> Date: Mon, 30 Nov 2015 08:51:53 -0500 Subject: [PATCH] changed back to compile phase, package phase breaks the war-exec.jar construction --- webgoat-container/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index 5de3f6f2f..36dc8d831 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -119,7 +119,7 @@ <executions> <execution> <id>create-jar</id> - <phase>package</phase> + <phase>compile</phase> <goals> <goal>jar</goal> </goals>