Create Java project with Maven archetype fujion-archetype-webapp

Fujion Framework Parent POM

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

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

Required parameters for generate java project:

displayName
validationRegex: none
version
validationRegex: none
fujionVersion
validationRegex: none

Details about maven archetype fujion-archetype-webapp

License

License

GroupId

GroupId

org.fujion
ArtifactId

ArtifactId

fujion-archetype-webapp
Version

Version

3.0.0
Type

Type

maven-archetype
Description

Description

Fujion Web App 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-webapp -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.