Create Java project with Maven archetype kie-model-archetype

Common use archetypes for KIE projects: Drools, jBPM, OptaPlanner, etc.

Create a Java Project by archetype kie-model-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeCatalog="My-archetypeCatalog"   -DarchetypeGroupId="org.kie"   -DarchetypeArtifactId="kie-model-archetype"   -DarchetypeVersion="8.23.0.Beta"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
archetypeCatalog
validationRegex: none

Details about maven archetype kie-model-archetype

License

License

GroupId

GroupId

org.kie
ArtifactId

ArtifactId

kie-model-archetype
Version

Version

8.23.0.Beta
Type

Type

maven-archetype
Description

Description

KIE :: Model Archetype
Common use archetypes for KIE projects: Drools, jBPM, OptaPlanner, etc.
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.kie -DarchetypeArtifactId=kie-model-archetype -DarchetypeVersion=8.23.0.Beta -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.