|
Project Information
Members
Featured
Downloads
Wiki pages
|
IntroductionThis Maven archetype provides all configuration needed to develop, build and deploy your GWT/Spring application. InstallationStep 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! :) |