diff options
-rw-r--r-- | devtest/pom.xml | 10 | ||||
-rw-r--r-- | jsquery/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 |
3 files changed, 13 insertions, 5 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> diff --git a/jsquery/pom.xml b/jsquery/pom.xml index 566358a3..12068846 100644 --- a/jsquery/pom.xml +++ b/jsquery/pom.xml @@ -11,8 +11,8 @@ <packaging>war</packaging> <properties> - <gwtversion>2.5.0-rc1</gwtversion> - <gwtmaven>2.4.0</gwtmaven> + <gwtversion>2.5.0</gwtversion> + <gwtmaven>2.5.0</gwtmaven> </properties> @@ -165,8 +165,8 @@ <properties> <!-- <gwtversion>2.4.0-dollarpatch</gwtversion> --> - <gwtversion>2.5.0-rc1</gwtversion> - <gwtmaven>2.4.0</gwtmaven> + <gwtversion>2.5.0</gwtversion> + <gwtmaven>2.5.0</gwtmaven> <gqueryclassifier /> <gwt.loglevel>INFO</gwt.loglevel> <gwt.outputstyle>OBF</gwt.outputstyle> |