From c2a2b59d645bca91c3be8f1bfe64d6bd00fd1cc9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 7 Feb 2010 15:31:53 +0000 Subject: [PATCH] Tidy POM --- archetypes/simple-cli/pom.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index b55322cdc..83d38e6f6 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -8,8 +8,11 @@ jar Commandline http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype - This project is a minimal command line batch sample from Spring Batch. Once installed you can use "mvn exec:java" to see the job run; or if you ship the lib directory you can put the project jar on the classpath and run the CommandLineJobRunner directly or with "java -jar". - + This project is a minimal command line batch sample from + Spring Batch. Once installed you can use "mvn exec:java" to + see the job run; or if you ship the lib directory you can put + the project jar on the classpath and run the + CommandLineJobRunner directly or with "java -jar". true 2.5.6 @@ -127,15 +130,6 @@ - - maven-jar-plugin - 2.3 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - -