Create Java project with Maven archetype nablarch-web-archetype

Nablarch Framework.

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

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

Details about maven archetype nablarch-web-archetype

GroupId

GroupId

com.nablarch.archetype
ArtifactId

ArtifactId

nablarch-web-archetype
Version

Version

5u7
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-web-archetype -DarchetypeVersion=5u7 -DinteractiveMode=false