Create Java project with Maven archetype richfaces-simpleapp-archetype


Create a Java Project by archetype richfaces-simpleapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jboss.portletbridge.archetypes"   -DarchetypeArtifactId="richfaces-simpleapp-archetype"   -DarchetypeVersion="3.1.1.Final"   -DinteractiveMode=false 

Details about maven archetype richfaces-simpleapp-archetype

GroupId

GroupId

org.jboss.portletbridge.archetypes
ArtifactId

ArtifactId

richfaces-simpleapp-archetype
Version

Version

3.1.1.Final
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.portletbridge.archetypes -DarchetypeArtifactId=richfaces-simpleapp-archetype -DarchetypeVersion=3.1.1.Final -DinteractiveMode=false