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"   -DarchetypeGroupId="com.att.ajsc"   -DarchetypeArtifactId="sdk-camunda-archetype"   -DarchetypeVersion="7.6.2-00"   -DinteractiveMode=false 

Details about maven archetype sdk-camunda-archetype

GroupId

GroupId

com.att.ajsc
ArtifactId

ArtifactId

sdk-camunda-archetype
Version

Version

7.6.2-00
Type

Type

maven-archetype

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 -DinteractiveMode=false