MVN

net.liftweb : lift-archetype-sbt_2.9.1

Maven & Gradle

Nov 10, 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.9.1 -DarchetypeVersion=2.4-M5
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4-M5

All Versions

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

Version Vulnerabilities Updated
2.4
lift-archetype-sbt_2.9.1-2.4-M5
lift-archetype-sbt_2.9.1-2.4-M4

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.9.1 -DarchetypeVersion=2.4-M5

Advertisement