Create Java project with Maven archetype worker-archetype

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DworkerName="My-workerName"   -DartifactId="My-artifactId"   -DarchetypeGroupId="com.github.workerframework"   -DarchetypeArtifactId="worker-archetype"   -DarchetypeVersion="4.0.0-850"   -DinteractiveMode=false 

Required parameters for generate java project:

workerName
validationRegex: none
artifactId
validationRegex: none

Generated Project modules

  • ${rootArtifactId}
  • ${rootArtifactId}-shared
  • ${rootArtifactId}-container
  • ${rootArtifactId}-testing

Details about maven archetype worker-archetype

License

License

GroupId

GroupId

com.github.workerframework
ArtifactId

ArtifactId

worker-archetype
Version

Version

4.0.0-850
Type

Type

maven-archetype
Description

Description

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.
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.workerframework -DarchetypeArtifactId=worker-archetype -DarchetypeVersion=4.0.0-850 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.testng : testng jar

test (13)

Group / Artifact Type Version
com.github.workerframework : standard-worker-container pom 4.0.0-850
com.github.cafapi.codec : codec-json jar
commons-io : commons-io jar
javax.validation : validation-api jar
com.github.cafapi.util : util-ref jar
com.github.workerframework : worker-testing-util jar 4.0.0-850
com.github.cafapi : caf-api jar
org.slf4j : slf4j-api jar 1.7.26
com.github.workerframework : worker-api jar 4.0.0-850
com.github.workerframework : worker-caf jar 4.0.0-850
com.github.workerframework : worker-default-configs jar 4.0.0-850
com.github.workerframework : worker-testing-integration jar 4.0.0-850
jakarta.validation : jakarta.validation-api jar 2.0.2

Project Modules

There are no modules declared in this project.