Create Java project with Maven archetype jarch-dsfnet-archetype


Create a Java Project by archetype jarch-dsfnet-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjarchVersion="My-jarchVersion"   -DcamundaVersion="My-camundaVersion"   -DarchetypeGroupId="br.com.jarch"   -DarchetypeArtifactId="jarch-dsfnet-archetype"   -DarchetypeVersion="2.23.5"   -DinteractiveMode=false 

Required parameters for generate java project:

jarchVersion
validationRegex: none
camundaVersion
validationRegex: none

Generated Project modules

  • client
  • web
  • job
  • bpm

Details about maven archetype jarch-dsfnet-archetype

GroupId

GroupId

br.com.jarch
ArtifactId

ArtifactId

jarch-dsfnet-archetype
Version

Version

2.23.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.jarch -DarchetypeArtifactId=jarch-dsfnet-archetype -DarchetypeVersion=2.23.5 -DinteractiveMode=false