From a6ab7a47789985f9123ca1fe707f8eef31e2f387 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 12 May 2009 18:17:11 -0700 Subject: [PATCH] Switch Maven GWT plugin to org.codehaus.mojo:gwt-maven-plugin This plugin replaces the maven-googlewebtoolkit2-plugin project, as the two development teams have merged into a single group, housed at the codehaus.org maven area. Signed-off-by: Shawn O. Pearce --- pom.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 719a2e5245..04376b37ca 100644 --- a/pom.xml +++ b/pom.xml @@ -285,17 +285,13 @@ limitations under the License. - com.totsp.gwt - maven-googlewebtoolkit2-plugin - 2.0-beta26 + org.codehaus.mojo + gwt-maven-plugin + 1.1-20090511.155458-49 - - com.google.gerrit.Gerrit - - com.google.gerrit.Gerrit/Gerrit.html - false + com.google.gerrit.Gerrit + ${project.build.directory}/${project.name}-${project.version} -Xmx512m - ${gwtVersion} @@ -660,7 +656,7 @@ limitations under the License. gwt-maven-plugins - http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/ + http://snapshots.repository.codehaus.org/