Create Java project with Maven archetype uberfire-component-archetype

UberFire Component Archetype

Create a Java Project by archetype uberfire-component-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -DcomponentId="My-componentId"   -DcapitalizedComponentId="My-capitalizedComponentId"   -Dversion="My-version"   -DarchetypeGroupId="org.uberfire"   -DarchetypeArtifactId="uberfire-component-archetype"   -DarchetypeVersion="1.0.0.Beta1"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
componentId
validationRegex: none
capitalizedComponentId
validationRegex: none
version
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-backend
  • ${rootArtifactId}-client

Details about maven archetype uberfire-component-archetype

License

License

GroupId

GroupId

org.uberfire
ArtifactId

ArtifactId

uberfire-component-archetype
Version

Version

1.0.0.Beta1
Type

Type

maven-archetype
Description

Description

UberFire Component Archetype
UberFire Component Archetype
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.uberfire -DarchetypeArtifactId=uberfire-component-archetype -DarchetypeVersion=1.0.0.Beta1 -DinteractiveMode=false

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.easytesting : fest-assert-core jar 2.0M6

Project Modules

There are no modules declared in this project.