Create Java project with Maven archetype fujion-archetype-react

Fujion Framework Parent POM

Create a Java Project by archetype fujion-archetype-react with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DdisplayName="My-displayName"   -DclassName="My-className"   -Dversion="My-version"   -DfujionVersion="My-fujionVersion"   -DarchetypeGroupId="org.fujion"   -DarchetypeArtifactId="fujion-archetype-react"   -DarchetypeVersion="3.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

displayName
validationRegex: none
className
validationRegex: ^[a-zA-Z][a-zA-Z0-9_]*$
version
validationRegex: none
fujionVersion
validationRegex: none

Details about maven archetype fujion-archetype-react

License

License

GroupId

GroupId

org.fujion
ArtifactId

ArtifactId

fujion-archetype-react
Version

Version

3.0.0
Type

Type

maven-archetype
Description

Description

Fujion React Component Archetype
Fujion Framework Parent POM
Project Organization

Project Organization

Fujion Framework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fujion -DarchetypeArtifactId=fujion-archetype-react -DarchetypeVersion=3.0.0 -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.