Create Java project with Maven archetype dsfnet-javaee-archetype

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

Create a Java Project by archetype dsfnet-javaee-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="dsfnet-javaee-archetype"   -DarchetypeVersion="19.1.9"   -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 dsfnet-javaee-archetype

License

License

GroupId

GroupId

br.com.jarch
ArtifactId

ArtifactId

dsfnet-javaee-archetype
Version

Version

19.1.9
Type

Type

maven-archetype
Description

Description

dsfnet-javaee-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=dsfnet-javaee-archetype -DarchetypeVersion=19.1.9 -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.