Create Java project with Maven archetype richfaces-archetype-simpleapp

JBoss WFK Archetype: RichFaces Archetypes Simple Application

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

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

Required parameters for generate java project:

mobile-optimized
validationRegex: none

Details about maven archetype richfaces-archetype-simpleapp

License

License

GroupId

GroupId

org.jboss.archetype.wfk
ArtifactId

ArtifactId

richfaces-archetype-simpleapp
Version

Version

2.7.0.Final
Type

Type

maven-archetype
Description

Description

JBoss WFK Archetype: RichFaces Archetypes Simple Application
JBoss WFK Archetype: RichFaces Archetypes Simple Application
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-simpleapp -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.