Create Java project with Maven archetype jsf2-spring4-jpa2-archetype

This archetype is based on org.fluttercode.knappsack/spring-jsf-jpa-archetype/1.1 one. This new archetype upgrade libraries to JSF 2.2, Spring 4 and JPA 2.1

Create a Java Project by archetype jsf2-spring4-jpa2-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="it.cosenonjaviste"   -DarchetypeArtifactId="jsf2-spring4-jpa2-archetype"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-web
  • ${rootArtifactId}-services

Details about maven archetype jsf2-spring4-jpa2-archetype

GroupId

GroupId

it.cosenonjaviste
ArtifactId

ArtifactId

jsf2-spring4-jpa2-archetype
Version

Version

1.0.4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=it.cosenonjaviste -DarchetypeArtifactId=jsf2-spring4-jpa2-archetype -DarchetypeVersion=1.0.4 -DinteractiveMode=false