Create Java project with Maven archetype lift-archetype-jpa-blank

Archetype - blank JPA project for Lift

Create a Java Project by archetype lift-archetype-jpa-blank with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.liftweb"   -DarchetypeArtifactId="lift-archetype-jpa-blank"   -DarchetypeVersion="1.1-M1"   -DinteractiveMode=false 

Generated Project modules

  • web
  • spa

Details about maven archetype lift-archetype-jpa-blank

GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-archetype-jpa-blank
Version

Version

1.1-M1
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 -DarchetypeVersion=1.1-M1 -DinteractiveMode=false