Skip to content

Instantly share code, notes, and snippets.

@iamedu
Created March 9, 2011 17:18
Show Gist options
  • Save iamedu/862575 to your computer and use it in GitHub Desktop.
Save iamedu/862575 to your computer and use it in GitHub Desktop.
Create lift projects using maven
Scala 2.8.1 and Lift 2.2 final
==============================
mvn archetype:generate \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-basic_2.8.1 \
-DarchetypeVersion=2.2 \
-DarchetypeRepository=http://scala-tools.org/repo-releases \
-DremoteRepositories=http://scala-tools.org/repo-releases \
-DgroupId=com.company \
-DartifactId=lift_test \
-Dversion=1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment