Skip to content

aboisvert/lift-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lift-Template

My base template for Lift apps + Buildr.

Equivalent in nature to,

mvn archetype:generate -U \
    -DarchetypeGroupId=net.liftweb \
    -DarchetypeArtifactId=lift-archetype-basic \
    -DarchetypeVersion=1.0 \
    -DremoteRepositories=http://scala-tools.org/repo-releases \
    -DgroupId=com.liftworkshop \
    -DartifactId=todo \
    -Dversion=0.1-SNAPSHOT

but requires less typing and provides more awesome.

Current Target

  • Lift 1.1-SNAPSHOT
  • Buildr 1.4.0 (trunk) + explode extension

License

Anything in this repository is either licensed under the terms of the Apache License http://www.apache.org/licenses/LICENSE-2.0.html if it comes from Lift, or directly donated to the public domain otherwise.

About

My base template for building Lift applications with Apache Buildr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published