maven command for create one spring batch project
Hello
i am new using spring batch. i want to create the project using maven (i have made this with one spring webproject and one spring ws project) but i dont load it, this, if i make this appears one error:
mvn archetype:create -DarchetypeGroupId=org.springframework.batch -DarchetypeArtifactId=spring-batch-archetype -DarchetypeVersion=1.1.4.RELEASE -DgroupId=com.mydomain -DartifactId=myBatch -DpackageName=com.mydomain -Dversion=0.0.1-SNAPSHOT
can you help me for using maven for create one spring batch project?
thanks