From bedf8dc913ed86fd17a7e2a353b15e7601f851c0 Mon Sep 17 00:00:00 2001 From: Geoffrey De Smet Date: Mon, 4 May 2015 17:47:37 +0200 Subject: [PATCH] Officially switch from "mvn exec:exec" to "mvn exec:java" + Unrevert exec-maven-plugin changes. --- .../Chapter-Planner_introduction.xml | 2 +- optaplanner-examples/pom.xml | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/optaplanner-docs/src/main/docbook/en-US/Chapter-Planner_introduction/Chapter-Planner_introduction.xml b/optaplanner-docs/src/main/docbook/en-US/Chapter-Planner_introduction/Chapter-Planner_introduction.xml index 17a9c14280..55efd63dfa 100755 --- a/optaplanner-docs/src/main/docbook/en-US/Chapter-Planner_introduction/Chapter-Planner_introduction.xml +++ b/optaplanner-docs/src/main/docbook/en-US/Chapter-Planner_introduction/Chapter-Planner_introduction.xml @@ -464,7 +464,7 @@ $ mvn clean install -DskipTests Run the examples: $ cd optaplanner-examples -$ mvn exec:exec +$ mvn exec:java ... diff --git a/optaplanner-examples/pom.xml b/optaplanner-examples/pom.xml index 2e4b1d9a12..062bb76d6d 100644 --- a/optaplanner-examples/pom.xml +++ b/optaplanner-examples/pom.xml @@ -58,17 +58,15 @@ org.codehaus.mojo exec-maven-plugin + + - java - runtime + org.optaplanner.examples.app.OptaPlannerExamplesApp - -Xms256m + -Xmx1536m -server - -cp - - org.optaplanner.examples.app.OptaPlannerExamplesApp