From fd21acf1f9518704c87bd08ae6b6a88f3a48bf93 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 25 Jun 2015 23:02:46 +0200 Subject: [PATCH] add module description --- easyrules-archetype/pom.xml | 2 +- easyrules-core/pom.xml | 1 + easyrules-jmx/pom.xml | 1 + easyrules-quartz/pom.xml | 1 + easyrules-samples/pom.xml | 1 + easyrules-spring/pom.xml | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/easyrules-archetype/pom.xml b/easyrules-archetype/pom.xml index 683e1ec..9d19d1a 100755 --- a/easyrules-archetype/pom.xml +++ b/easyrules-archetype/pom.xml @@ -8,7 +8,7 @@ easyrules-archetype Easy Rules Quick Start Archetype - Easy Rules maven quick start archetype + Maven archetype to create a skeleton project http://www.easyrules.org diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml index 4b5a127..51070d6 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -11,6 +11,7 @@ jar Easy Rules core module + Public API and core implementation of Easy Rules git@github.com:benas/easy-rules.git diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml index 448c9bf..6064449 100644 --- a/easyrules-jmx/pom.xml +++ b/easyrules-jmx/pom.xml @@ -11,6 +11,7 @@ jar Easy Rules JMX module + Module for rule monitoring and management through JMX git@github.com:benas/easy-rules.git diff --git a/easyrules-quartz/pom.xml b/easyrules-quartz/pom.xml index 7d2e07a..3dbfad9 100644 --- a/easyrules-quartz/pom.xml +++ b/easyrules-quartz/pom.xml @@ -11,6 +11,7 @@ jar Easy Rules Quartz module + Module providing support for engine scheduling using Quartz git@github.com:benas/easy-rules.git diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index 1cd0b0e..51f3856 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -11,6 +11,7 @@ jar Easy Rules Samples module + Module containing samples and tutorial about Easy Rules git@github.com:benas/easy-rules.git diff --git a/easyrules-spring/pom.xml b/easyrules-spring/pom.xml index 48ec481..62db182 100755 --- a/easyrules-spring/pom.xml +++ b/easyrules-spring/pom.xml @@ -11,6 +11,7 @@ jar Easy Rules Spring module + Module providing support for engine configuration using Spring git@github.com:benas/easy-rules.git