Create Java project with Maven archetype jbpm-console-ng-module-archetype

jBPM Console NG Module Archetype

Create a Java Project by archetype jbpm-console-ng-module-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jbpm"   -DarchetypeArtifactId="jbpm-console-ng-module-archetype"   -DarchetypeVersion="6.1.0.Beta2"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-client
  • ${rootArtifactId}-backend

Details about maven archetype jbpm-console-ng-module-archetype

License

License

GroupId

GroupId

org.jbpm
ArtifactId

ArtifactId

jbpm-console-ng-module-archetype
Version

Version

6.1.0.Beta2
Type

Type

maven-archetype
Description

Description

jBPM Console NG - Module Archetype
jBPM Console NG Module Archetype
Project URL

Project URL

http://www.jboss.org/drools/jbpm-console-ng-module-archetype
Project Organization

Project Organization

JBoss by Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbpm -DarchetypeArtifactId=jbpm-console-ng-module-archetype -DarchetypeVersion=6.1.0.Beta2 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar
org.mockito : mockito-all jar

Project Modules

There are no modules declared in this project.