Create Java project with Maven archetype worker-document-archetype

Provides a foundation for building workers which manipulate documents.

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="4.5.0-820"   -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

License

License

GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

worker-document-archetype
Version

Version

4.5.0-820
Type

Type

maven-archetype
Description

Description

Provides a foundation for building workers which manipulate documents.
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

How to add to project

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

Dependencies

test (9)

Group / Artifact Type Version
com.github.cafdataprocessing : worker-document-framework pom 4.5.0-820
com.github.cafdataprocessing : worker-document jar 4.5.0-820
com.github.cafdataprocessing : worker-document-interface jar 4.5.0-820
com.github.cafdataprocessing : worker-document-testing jar 4.5.0-820
com.github.cafdataprocessing : worker-document-testing-unit jar 4.5.0-820
org.testng : testng jar
com.github.cafdataprocessing : worker-document-shared jar 4.5.0-820
com.github.workerframework : worker-testing-integration jar
junit : junit jar

Project Modules

There are no modules declared in this project.