From 552fa3a4ebaf6a5cb3ac54d9f3e4369d1880a2b4 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 26 Jun 2008 20:53:20 +0000 Subject: [PATCH] Use exec:java not exec:exec --- archetypes/simple-cli/pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 2c9326c5e..d438c32e8 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -11,7 +11,7 @@ @@ -96,13 +96,8 @@ exec-maven-plugin 1.1 - java + org.springframework.batch.core.launch.support.CommandLineJobRunner - -classpath - - - org.springframework.batch.core.launch.support.CommandLineJobRunner example/simpleJob.xml