[kune-commits] r1279 - trunk
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Tue Mar 15 21:11:19 CET 2011
Author: vjrj_
Date: 2011-03-15 21:11:19 +0100 (Tue, 15 Mar 2011)
New Revision: 1279
Modified:
trunk/pom.xml
Log:
pom updated
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-03-15 20:08:34 UTC (rev 1278)
+++ trunk/pom.xml 2011-03-15 20:11:19 UTC (rev 1279)
@@ -903,7 +903,7 @@
<!-- =roo -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
- <version>1.3.2.google</version>
+ <version>2.1.0-1</version>
<configuration>
<logLevel>INFO</logLevel>
<style>OBF</style>
@@ -918,6 +918,9 @@
</configuration>
<executions>
<execution>
+ <configuration>
+ <extraJvmArgs>-Xmx1024M</extraJvmArgs>
+ </configuration>
<id>gwtcompile</id>
<phase>prepare-package</phase>
<goals>
@@ -927,6 +930,18 @@
</goals>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <version>${gwt.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>${gwt.version}</version>
+ </dependency>
+ </dependencies>
</plugin>
<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>deb-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version> <configuration> <description>kune free/open/libre
More information about the kune-commits
mailing list