diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2012-11-07 18:57:21 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2012-11-07 18:57:21 +0100 |
commit | 989c9b115ab086f1dfdd8c993523d09b12e0c62c (patch) | |
tree | 1e72c078b5a6cc05d7fd209b77fa463856a9fb5d /devtest/pom.xml | |
parent | 3f637680f14e33e04bf9a0283bc2671d8ba35a6b (diff) | |
download | gwtquery-989c9b115ab086f1dfdd8c993523d09b12e0c62c.tar.gz gwtquery-989c9b115ab086f1dfdd8c993523d09b12e0c62c.zip |
update poms to gwt 2.5.0
Diffstat (limited to 'devtest/pom.xml')
-rw-r--r-- | devtest/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index f6dc58c1..5ae88756 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -9,7 +9,7 @@ </parent> <artifactId>devtest</artifactId> - <packaging>jar</packaging> + <packaging>war</packaging> <name>dev-mode for testing</name> <dependencies> <dependency> @@ -64,6 +64,14 @@ <hostedWebapp>target/www</hostedWebapp> <soyc>true</soyc> </configuration> + <executions> + <execution> + <phase>prepare-package</phase> + <goals> + <goal>compile</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |