Create Java project with Maven archetype jarch-dsfnet-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

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="19.1.0"   -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

19.1.0
Type

Type

maven-archetype
Description

Description

jarch-dsfnet-archetype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.jarch -DarchetypeArtifactId=jarch-dsfnet-archetype -DarchetypeVersion=19.1.0 -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.