Create Java project with Maven archetype worker-batch-archetype

Large batch handling for the Job Service

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DworkerName="My-workerName"   -DarchetypeGroupId="com.github.jobservice"   -DarchetypeArtifactId="worker-batch-archetype"   -DarchetypeVersion="3.4.0-463"   -DinteractiveMode=false 

Required parameters for generate java project:

workerName
validationRegex: none

Generated Project modules

  • {rootArtifactId}-batch-plugin
  • {rootArtifactId}-container

Details about maven archetype worker-batch-archetype

License

License

GroupId

GroupId

com.github.jobservice
ArtifactId

ArtifactId

worker-batch-archetype
Version

Version

3.4.0-463
Type

Type

maven-archetype
Description

Description

worker-batch-archetype
Large batch handling for the Job Service
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.jobservice -DarchetypeArtifactId=worker-batch-archetype -DarchetypeVersion=3.4.0-463 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.