mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.nablarch.archetype" -DarchetypeArtifactId="nablarch-batch-ee-archetype" -DarchetypeVersion="5u8" -DinteractiveMode=false
| GroupId | GroupIdcom.nablarch.archetype |
|---|---|
| ArtifactId | ArtifactIdnablarch-batch-ee-archetype |
| Version | Version5u8 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.nablarch.archetype -DarchetypeArtifactId=nablarch-batch-ee-archetype -DarchetypeVersion=5u8 -DinteractiveMode=false