Skip to content

Instantly share code, notes, and snippets.

@demoth
Created October 10, 2013 08:47
Show Gist options
  • Save demoth/6915145 to your computer and use it in GitHub Desktop.
Save demoth/6915145 to your computer and use it in GitHub Desktop.
command to create gwt module with maven archetype
/home/daniil/Projects/lib/jdk1.7.0_40/bin/java -Dmaven.home=/usr/share/maven2 -Dclassworlds.conf=/usr/share/maven2/bin/m2.conf -Dfile.encoding=UTF-8 -classpath /usr/share/maven2/boot/classworlds.jar org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast --strict-checksums -DinteractiveMode=false -DgroupId=gwtspring1 -DartifactId=try1 -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.5.0 org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate -Dmodule=Module1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment