diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-04-05 09:40:21 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-04-05 09:40:21 +0000 |
commit | 9e589375d695e492c45004a5868163b97c741631 (patch) | |
tree | c9aec036bb14dc19ad4f0efff18a05f90555781e /devtest/pom.xml | |
parent | 0b419887ee438eb524c6873f63b1d961f8a0c612 (diff) | |
download | gwtquery-9e589375d695e492c45004a5868163b97c741631.tar.gz gwtquery-9e589375d695e492c45004a5868163b97c741631.zip |
update lazy widgets api
Diffstat (limited to 'devtest/pom.xml')
-rw-r--r-- | devtest/pom.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index 2c69b0c4..add223c3 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -52,8 +52,7 @@ </testResources> <plugins> - - <plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> <version>${gwtmaven}</version> @@ -67,8 +66,23 @@ <hostedWebapp>target/www</hostedWebapp> <soyc>true</soyc> </configuration> - </plugin> - + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <configuration> + <downloadSources>true</downloadSources> + <downloadJavadocs>false</downloadJavadocs> + <additionalBuildcommands> + <buildCommand> + <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> + </buildCommand> + </additionalBuildcommands> + <additionalProjectnatures> + <projectnature>com.google.gwt.eclipse.core.gwtNature</projectnature> + </additionalProjectnatures> + </configuration> + </plugin> </plugins> </build> </project> |