Create Java project with Maven archetype stacks-modules-parent-archetype

The parent for all Stacks modules

Create a Java Project by archetype stacks-modules-parent-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.amido.stacks.modules"   -DarchetypeArtifactId="stacks-modules-parent-archetype"   -DarchetypeVersion="1.0.2.1-RELEASE"   -DinteractiveMode=false 

Details about maven archetype stacks-modules-parent-archetype

License

License

GroupId

GroupId

com.amido.stacks.modules
ArtifactId

ArtifactId

stacks-modules-parent-archetype
Version

Version

1.0.2.1-RELEASE
Type

Type

maven-archetype
Description

Description

stacks-modules-parent-archetype
The parent for all Stacks modules
Project URL

Project URL

https://github.com/amido/stacks-java-module-parent.git
Source Code Management

Source Code Management

https://github.com/amido/stacks-java-module-parent

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.amido.stacks.modules -DarchetypeArtifactId=stacks-modules-parent-archetype -DarchetypeVersion=1.0.2.1-RELEASE -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.