Create Java project with Maven archetype jpm-archetype

Archetype for a jpm-struts1-bootstrap project

Create a Java Project by archetype jpm-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.jpaoletti"   -DarchetypeArtifactId="jpm-archetype"   -DarchetypeVersion="1.4.0"   -DinteractiveMode=false 

Details about maven archetype jpm-archetype

GroupId

GroupId

com.github.jpaoletti
ArtifactId

ArtifactId

jpm-archetype
Version

Version

1.4.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.jpaoletti -DarchetypeArtifactId=jpm-archetype -DarchetypeVersion=1.4.0 -DinteractiveMode=false