From 016c994f6c54d98241199157fea441be169cd7ce Mon Sep 17 00:00:00 2001 From: benas Date: Sun, 8 Dec 2013 23:26:00 +0100 Subject: [PATCH] add execution profiles to run the tutorials --- easyrules-samples/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index 4a65ddb..f76f7ca 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -20,4 +20,39 @@ + + + runHelloWorldTutorial + + exec:java + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + net.benas.easyrules.samples.helloworld.HelloWorldSampleLauncher + + + + + + + runOnlineShopTutorial + + exec:java + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + net.benas.easyrules.samples.order.OrderSampleLauncher + + + + + + +