gwt-maven-plugin archetype creation example


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. 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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.