Create Java project with Maven archetype lift-archetype-basic_2.9.1

Basic project archetype for Lift Web Framework (with database, logging, user management).

Create a Java Project by archetype lift-archetype-basic_2.9.1 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DscalaVersion="My-scalaVersion"   -DliftVersion="My-liftVersion"   -DlogBackend="My-logBackend"   -DarchetypeGroupId="net.liftweb"   -DarchetypeArtifactId="lift-archetype-basic_2.9.1"   -DarchetypeVersion="2.5"   -DinteractiveMode=false 

Required parameters for generate java project:

scalaVersion
validationRegex: none
liftVersion
validationRegex: none
logBackend
validationRegex: none

Details about maven archetype lift-archetype-basic_2.9.1

License

License

GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-archetype-basic_2.9.1
Version

Version

2.5
Type

Type

maven-archetype
Description

Description

lift-archetype-basic_2.9.1
Basic project archetype for Lift Web Framework (with database, logging, user management).
Project Organization

Project Organization

WorldWide Conferencing, LLC

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-basic_2.9.1 -DarchetypeVersion=2.5 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.