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 <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-05-12 18:17:11 -07:00
parent 0da2b72506
commit a6ab7a4778

16
pom.xml
View File

@ -285,17 +285,13 @@ limitations under the License.
</plugin>
<plugin>
<groupId>com.totsp.gwt</groupId>
<artifactId>maven-googlewebtoolkit2-plugin</artifactId>
<version>2.0-beta26</version>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1-20090511.155458-49</version>
<configuration>
<compileTargets>
<value>com.google.gerrit.Gerrit</value>
</compileTargets>
<runTarget>com.google.gerrit.Gerrit/Gerrit.html</runTarget>
<noServer>false</noServer>
<module>com.google.gerrit.Gerrit</module>
<output>${project.build.directory}/${project.name}-${project.version}</output>
<extraJvmArgs>-Xmx512m</extraJvmArgs>
<gwtVersion>${gwtVersion}</gwtVersion>
<style>${gwtStyle}</style>
</configuration>
<executions>
@ -660,7 +656,7 @@ limitations under the License.
<pluginRepositories>
<pluginRepository>
<id>gwt-maven-plugins</id>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
<url>http://snapshots.repository.codehaus.org/</url>
</pluginRepository>
</pluginRepositories>
</project>