Create Java project with Maven archetype richfaces-simpleapp-archetype

Parent POM for JBoss projects. Provides default project build configuration.

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.3.4.Final"   -DinteractiveMode=false 

Details about maven archetype richfaces-simpleapp-archetype

License

License

GroupId

GroupId

org.jboss.portletbridge.archetypes
ArtifactId

ArtifactId

richfaces-simpleapp-archetype
Version

Version

3.3.4.Final
Type

Type

maven-archetype
Description

Description

RichFaces Simple App Portlet archetype
Parent POM for JBoss projects. Provides default project build configuration.
Project Organization

Project Organization

JBoss by Red Hat

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.3.4.Final -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.