Skip to content

Commit

Permalink
Merge pull request WebGoat#152 from mayhew64/master
Browse files Browse the repository at this point in the history
changed back to compile phase, package phase breaks the war-exec.jar …
  • Loading branch information
mayhew64 committed Nov 30, 2015
2 parents 511ed91 + 023966f commit eb46123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgoat-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<executions>
<execution>
<id>create-jar</id>
<phase>package</phase>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit eb46123

Please sign in to comment.