Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aboisvert/lift-template

My base template for building Lift applications with Apache Buildr
https://github.com/aboisvert/lift-template

Last synced: 10 days ago
JSON representation

My base template for building Lift applications with Apache Buildr

Awesome Lists containing this project

README

        

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
if it comes from Lift, or directly
donated to the public domain otherwise.