Create Java project with Maven archetype cloud-altemistafwk-core-reporting-jasper-archetype

ACF Core Jasper project

Create a Java Project by archetype cloud-altemistafwk-core-reporting-jasper-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DterasolunaPlusVersion="My-terasolunaPlusVersion"   -DapplicationName="My-applicationName"   -DappShortId="My-appShortId"   -DbusinessShortId="My-businessShortId"   -DarchetypeGroupId="cloud.altemista.fwk.archetype"   -DarchetypeArtifactId="cloud-altemistafwk-core-reporting-jasper-archetype"   -DarchetypeVersion="3.0.0.RELEASE"   -DinteractiveMode=false 

Required parameters for generate java project:

terasolunaPlusVersion
validationRegex: none
applicationName
validationRegex: none
appShortId
validationRegex: none
businessShortId
validationRegex: none

Details about maven archetype cloud-altemistafwk-core-reporting-jasper-archetype

GroupId

GroupId

cloud.altemista.fwk.archetype
ArtifactId

ArtifactId

cloud-altemistafwk-core-reporting-jasper-archetype
Version

Version

3.0.0.RELEASE
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cloud.altemista.fwk.archetype -DarchetypeArtifactId=cloud-altemistafwk-core-reporting-jasper-archetype -DarchetypeVersion=3.0.0.RELEASE -DinteractiveMode=false