Minimal pom.xml for a Liftweb application
What is the most simple pom.x开发者_如何学Goml file for a Liftweb application, using the latest released version available as of today -- 2011-01-15?
doc using latest archetype: http://www.assembla.com/wiki/show/liftweb/Using_Maven
In case that you want to use gradle instead of maven, you can try the following config file: http://debilofant.de/?p=51 (sry, the blog post is in german but i think you will be able to point out the importnt parts ;) )
I put together an updated set of instructions for using both Maven and Eclipse/Scala IDE (which has come a long way). See this answer:
Setting up a Scala Lift project in Eclipse
or just visit:
https://github.com/awkay/lift_squeryl_demo
精彩评论