Create Java project with Maven archetype worker-document-archetype


Create a Java Project by archetype worker-document-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DworkerName="My-workerName"   -DartifactId="My-artifactId"   -DdebugPort="My-debugPort"   -DarchetypeGroupId="com.github.cafdataprocessing"   -DarchetypeArtifactId="worker-document-archetype"   -DarchetypeVersion="3.0.0-53"   -DinteractiveMode=false 

Required parameters for generate java project:

workerName
validationRegex: none
artifactId
validationRegex: none
debugPort
validationRegex: none

Generated Project modules

  • ${rootArtifactId}
  • ${rootArtifactId}-container

Details about maven archetype worker-document-archetype

GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

worker-document-archetype
Version

Version

3.0.0-53
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.cafdataprocessing -DarchetypeArtifactId=worker-document-archetype -DarchetypeVersion=3.0.0-53 -DinteractiveMode=false