[1]http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html [2]http://stackoverflow.com/questions/8523737/getting-error-plugin-execution-not-covered-by-lifecycle-configuration-with-gwtorg.eclipse.m2e lifecycle-mapping 1.0.0 org.codehaus.mojo gwt-maven-plugin [2.4.0,) resources compile i18n generateAsync org.apache.maven.plugins maven-war-plugin [2.1.1,) exploded
Thursday, November 29, 2012
GWT proyect in eclipse and maven
To create a GWT proyect in eclipse or another IDE use console the Archetype execute this command
Use it as you would any other Maven archetype to create a template/stub project.
launch this command y your console cmd> or terminal>
mvn archetype:generate \
-DarchetypeGroupId=org.codehaus.mojo \
-DarchetypeArtifactId=gwt-maven-plugin \
-DarchetypeVersion=2.5.0
The generated project can then be imported as "existing project" into Eclipse, and run command-line maven to launch GWT 'mvn gwt:run' with plugin M2E. [1]
But M2E has a problem:
M2E problem : Plugin execution not covered by lifecycle configuration solver. Ref in [2]
put this in your pom.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment