Create Java project with Maven archetype lift-archetype-jpa-blank_2.8.0

Blank JPA archetype for Lift Web Framework.

Create a Java Project by archetype lift-archetype-jpa-blank_2.8.0 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DscalaVersion="My-scalaVersion"   -DliftVersion="My-liftVersion"   -DarchetypeGroupId="net.liftweb"   -DarchetypeArtifactId="lift-archetype-jpa-blank_2.8.0"   -DarchetypeVersion="2.1"   -DinteractiveMode=false 

Required parameters for generate java project:

scalaVersion
validationRegex: none
liftVersion
validationRegex: none

Generated Project modules

Details about maven archetype lift-archetype-jpa-blank_2.8.0

GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-archetype-jpa-blank_2.8.0
Version

Version

2.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-jpa-blank_2.8.0 -DarchetypeVersion=2.1 -DinteractiveMode=false