simple-cli-archetype
This plugin is an archetype that creates a command line batch sample from Spring Batch. Once installed you can create the archetype project using<br/><pre>$ mvn archetype:create -DgroupId=com.mycompany -DartifactId=batch \ -DarchetypeGroupId=org.springframework.batch \ -DarchetypeArtifactId=spring-batch-cli -DarchetypeVersion=1.0-m3-SNAPSHOT</pre><br/> Then you should be able to "cd batch; mvn package exec:exec", and see the app run.
org.eclipse.jdt.core.javabuilder
org.springframework.ide.eclipse.core.springbuilder
org.maven.ide.eclipse.maven2Builder
org.springframework.ide.eclipse.core.springnature
org.eclipse.jdt.core.javanature
org.maven.ide.eclipse.maven2Nature