Create Java project with Maven archetype richfaces-basic


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmake-remotable="My-make-remotable"   -Drichfaces-javascript-namespace="My-richfaces-javascript-namespace"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DarchetypeGroupId="org.jboss.portletbridge.archetypes"   -DarchetypeArtifactId="richfaces-basic"   -DarchetypeVersion="2.3.1.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

make-remotable
validationRegex: none
richfaces-javascript-namespace
validationRegex: none
groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none

Details about maven archetype richfaces-basic

GroupId

GroupId

org.jboss.portletbridge.archetypes
ArtifactId

ArtifactId

richfaces-basic
Version

Version

2.3.1.Final
Type

Type

maven-archetype
Description

Description

RichFaces portlet archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.portletbridge.archetypes -DarchetypeArtifactId=richfaces-basic -DarchetypeVersion=2.3.1.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.