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 |
GroupIdorg.boretti.drools.integration |
ArtifactId |
ArtifactIddrools5-integration-helper-archetype |
Version |
Version1.2.0 |
Type |
Typemaven-archetype |
How to add to project