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.5.3"   -DinteractiveMode=false 

Details about maven archetype jpm-archetype

License

License

GroupId

GroupId

com.github.jpaoletti
ArtifactId

ArtifactId

jpm-archetype
Version

Version

1.5.3
Type

Type

maven-archetype
Description

Description

jpm-archetype
Archetype for a jpm-struts1-bootstrap project

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.