Create Java project with Maven archetype sdk-camunda-archetype

sdk-camunda-archetype-resources

Create a Java Project by archetype sdk-camunda-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcontext-root="My-context-root"   -Ddocker-registry="My-docker-registry"   -Dkube-namespace="My-kube-namespace"   -Dservice-account="My-service-account"   -Dservice-replicas="My-service-replicas"   -Dnamespace="My-namespace"   -DarchetypeGroupId="com.att.ajsc"   -DarchetypeArtifactId="sdk-camunda-archetype"   -DarchetypeVersion="7.6.2-00-oss"   -DinteractiveMode=false 

Required parameters for generate java project:

context-root
validationRegex: none
docker-registry
validationRegex: none
kube-namespace
validationRegex: none
service-account
validationRegex: none
service-replicas
validationRegex: none
namespace
validationRegex: none

Details about maven archetype sdk-camunda-archetype

License

License

GroupId

GroupId

com.att.ajsc
ArtifactId

ArtifactId

sdk-camunda-archetype
Version

Version

7.6.2-00-oss
Type

Type

maven-archetype
Description

Description

sdk-camunda-archetype-resources
sdk-camunda-archetype-resources
Project URL

Project URL

https://github.com/att/AJSC/tree/master/Camunda

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.att.ajsc -DarchetypeArtifactId=sdk-camunda-archetype -DarchetypeVersion=7.6.2-00-oss -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.