Create Java project with Maven archetype nablarch-batch-ee-archetype

Nablarch Framework.

Create a Java Project by archetype nablarch-batch-ee-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.nablarch.archetype"   -DarchetypeArtifactId="nablarch-batch-ee-archetype"   -DarchetypeVersion="5u13"   -DinteractiveMode=false 

Details about maven archetype nablarch-batch-ee-archetype

GroupId

GroupId

com.nablarch.archetype
ArtifactId

ArtifactId

nablarch-batch-ee-archetype
Version

Version

5u13
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.nablarch.archetype -DarchetypeArtifactId=nablarch-batch-ee-archetype -DarchetypeVersion=5u13 -DinteractiveMode=false