Revision: 10666
Author:   drfibona...@google.com
Date:     Thu Sep 22 13:29:59 2011
Log: build-helper-maven-plugin connector required if using RequestFactory
http://code.google.com/p/google-web-toolkit/source/detail?r=10666

Modified:
 /wiki/WorkingWithMaven.wiki

=======================================
--- /wiki/WorkingWithMaven.wiki Thu Sep 22 12:57:18 2011
+++ /wiki/WorkingWithMaven.wiki Thu Sep 22 13:29:59 2011
@@ -31,15 +31,15 @@
# Install m2e-extras from update site http://m2eclipse.sonatype.org/sites/m2e-extras

 == Eclipse Indigo Java IDE (*not* Java EE) ==
- # Install m2e-wtp from update site http://download.jboss.org/jbosstools/updates/m2eclipse-wtp. The following features are required:
- ** Maven Integration for WTP
- ** m2e connector for build-helper-maven-plugin
+ # Install m2e-wtp from update site http://download.jboss.org/jbosstools/updates/m2eclipse-wtp. Install the following features:
+ ** Maven Integration for WTP (required)
+ ** m2e connector for build-helper-maven-plugin (required if using RequestFactory)

 == Eclipse Indigo Java EE IDE ==
# Install m2e-wtp from update site http://download.jboss.org/jbosstools/updates/m2eclipse-wtp. The following features are required: - ** Maven Integration for Eclipse (note: lifecycle mapping support is not working properly as of m2e 0.13, so you may need to run mvn package before Run as | Web app for many projects)
- ** Maven Integration for WTP
- ** m2e connector for build-helper-maven-plugin
+ ** Maven Integration for Eclipse (required) (note: lifecycle mapping support is not working properly as of m2e 0.13, so you may need to run mvn package before Run as | Web app for many projects)
+ ** Maven Integration for WTP (required)
+ ** m2e connector for build-helper-maven-plugin (required if using RequestFactory)

After installing GPE and the required plugins for your version of Eclipse, you're ready to work with a GWT Maven project.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to