Introduction
This Maven archetype provides all configuration needed to develop, build and deploy your GWT/Spring application.
Installation
Step 1: Download the latest version.
Step 2: Install the archetype definition in your local repository:
mvn install:install-file \ -Dfile=gwt-spring-archetype-0.1.jar \ -DgroupId=net.isanchez \ -DartifactId=gwt-spring-archetype \ -Dversion=0.1 \ -DgeneratePom=true \ -Dpackaging=jar
Step 3: Create a new project using the archetype:
mvn archetype:create \ -DarchetypeGroupId=net.isanchez \ -DarchetypeArtifactId=gwt-spring-archetype \ -DarchetypeVersion=0.1 \ -DgroupId=<project_group_id> \ -DartifactId=<project_artifact_id>
Step 4: Install the missing ProjectDependencies and have fun! :)