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="2.0.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype jsf2-spring4-jpa2-archetype

License

License

GroupId

GroupId

it.cosenonjaviste
ArtifactId

ArtifactId

jsf2-spring4-jpa2-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

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
Source Code Management

Source Code Management

https://github.com/andreacomo/jsf2-spring4-jpa2

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=it.cosenonjaviste -DarchetypeArtifactId=jsf2-spring4-jpa2-archetype -DarchetypeVersion=2.0.0 -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.