Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Created January 29, 2013 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkaneko/4661014 to your computer and use it in GitHub Desktop.
Save rkaneko/4661014 to your computer and use it in GitHub Desktop.
Maven command for Lift framework .
mvn archetype:generate \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-basic_2.9.1 \
-DarchetypeVersion=2.4-M5 \
-DgroupId=com.rkaneko \
-DartifactId=lift_test \
-Dversion=1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment