MVN

net.liftweb : lift-archetype-sbt_2.8.1

Maven & Gradle

Apr 13, 2011

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_2.8.1 -DarchetypeVersion=2.3
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3
  • Latest Release Candidate: 2.2-RC6

All Versions

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

Version Vulnerabilities Updated
2.3
lift-archetype-sbt_2.8.1-2.3
lift-archetype-sbt_2.8.1-2.3-M1
2.2
lift-archetype-sbt_2.8.1-2.2
lift-archetype-sbt_2.8.1-2.2-RC6
lift-archetype-sbt_2.8.1-2.2-RC5
lift-archetype-sbt_2.8.1-2.2-RC4
lift-archetype-sbt_2.8.1-2.2-RC3
lift-archetype-sbt_2.8.1-2.2-RC2
lift-archetype-sbt_2.8.1-2.2-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_2.8.1 -DarchetypeVersion=2.3

Advertisement