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.3.0"   -DinteractiveMode=false 

Details about maven archetype drools5-integration-helper-archetype

License

License

GroupId

GroupId

org.boretti.drools.integration
ArtifactId

ArtifactId

drools5-integration-helper-archetype
Version

Version

1.3.0
Type

Type

maven-archetype
Description

Description

Drools 5 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.

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.3.0 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.boretti.drools.integration : drools5-integration-helper-library jar 1.3.0
org.boretti.drools.integration : drools5-integration-helper-maven-plugin jar 1.3.0

Project Modules

There are no modules declared in this project.