/ Published in: Bash
This command will generate a GWT project called "maven-example" to be managed by maven. Maven will prompt you for the version number of the project, I'll just use the default value (1.0-SNAPSHOT) for this guide.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=1.1-SNAPSHOT -DarchetypeRepository=http://snapshots.repository.codehaus.org/ -DgroupId=fr.salvadordiaz.gwt.sample -DartifactId=maven-example