MVN

net.liftweb : lift-archetype-sbt

Maven & Gradle

Jun 29, 2010

Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system

mvn archetype:generate -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-sbt -DarchetypeVersion=2.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.liftweb : lift-archetype-sbt to generate a Maven project - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 2.0-RC2

All Versions

Choose a version of net.liftweb : lift-archetype-sbt to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.0
lift-archetype-sbt-2.0
lift-archetype-sbt-2.0-RC2
lift-archetype-sbt-2.0-RC1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-sbt -DarchetypeVersion=2.0