Create Java project with Maven archetype drools5-integration-helper-archetype

This is an Maven 2 Archetype to support creation of a ready to use Maven 2 project with Drools support. This archetype contains examples of code based on interface, classes and pre/post condition. JUnit 4 examples are also included.

Create a Java Project by archetype drools5-integration-helper-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.boretti.drools.integration"   -DarchetypeArtifactId="drools5-integration-helper-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Details about maven archetype drools5-integration-helper-archetype

GroupId

GroupId

org.boretti.drools.integration
ArtifactId

ArtifactId

drools5-integration-helper-archetype
Version

Version

1.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.boretti.drools.integration -DarchetypeArtifactId=drools5-integration-helper-archetype -DarchetypeVersion=1.2.0 -DinteractiveMode=false