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.
'org.springframework.batch:simple-cli-archetype:1.1.0.RELEASE'
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>simple-cli-archetype</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
<dependency org="org.springframework.batch" name="simple-cli-archetype" rev="1.1.0.RELEASE"/>
"org.springframework.batch", "simple-cli-archetype", "1.1.0.RELEASE"