Create Java project with Maven archetype richfaces-archetype-kitchensink

JBoss WFK Archetype: Based on the Kitchen Sink Quickstart but adds RichFaces

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jboss.archetype.wfk"   -DarchetypeArtifactId="richfaces-archetype-kitchensink"   -DarchetypeVersion="2.7.0.Final"   -DinteractiveMode=false 

Details about maven archetype richfaces-archetype-kitchensink

License

License

GroupId

GroupId

org.jboss.archetype.wfk
ArtifactId

ArtifactId

richfaces-archetype-kitchensink
Version

Version

2.7.0.Final
Type

Type

maven-archetype
Description

Description

JBoss WFK Archetype: RichFaces Kitchen Sink Application
JBoss WFK Archetype: Based on the Kitchen Sink Quickstart but adds RichFaces
Source Code Management

Source Code Management

https://github.com/richfaces/archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.archetype.wfk -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=2.7.0.Final -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.