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