Skip to content

Commit

Permalink
fixes to get maven build working
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Jun 6, 2011
1 parent 19b5277 commit cac9920
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions toohardforyou-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,14 @@
<goals>
<goal>compile</goal>
<goal>test</goal>
<goal>i18n</goal>
<goal>generateAsync</goal>
</goals>
</execution>
</executions>
<!-- Plugin configuration. There are many available options, see gwt-maven-plugin
documentation at codehaus.org -->
<configuration>
<modules>
<module>info.piwai.toohardforyou.toohardforyou</module>
<module>info.piwai.toohardforyou.TooHardForYou</module>
</modules>
<runTarget>toohardforyou.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
Expand Down

0 comments on commit cac9920

Please sign in to comment.