Create Java project with Maven archetype automacent-fwk-archetype

Automacent framework archetype for generating template project

Create a Java Project by archetype automacent-fwk-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectVersion="My-projectVersion"   -DarchetypeGroupId="com.automacent"   -DarchetypeArtifactId="automacent-fwk-archetype"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

projectVersion
validationRegex: none

Details about maven archetype automacent-fwk-archetype

GroupId

GroupId

com.automacent
ArtifactId

ArtifactId

automacent-fwk-archetype
Version

Version

1.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.automacent -DarchetypeArtifactId=automacent-fwk-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false