Create Java project with Maven archetype moria-spring-cloud-archetype

a maven archetype for moria spring cloud service

Create a Java Project by archetype moria-spring-cloud-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.foreveross"   -DarchetypeArtifactId="moria-spring-cloud-archetype"   -DarchetypeVersion="2.1.13-RELEASES"   -DinteractiveMode=false 

Details about maven archetype moria-spring-cloud-archetype

License

License

GroupId

GroupId

com.foreveross
ArtifactId

ArtifactId

moria-spring-cloud-archetype
Version

Version

2.1.13-RELEASES
Type

Type

maven-archetype
Description

Description

moria-spring-cloud-archetype
a maven archetype for moria spring cloud service

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.foreveross -DarchetypeArtifactId=moria-spring-cloud-archetype -DarchetypeVersion=2.1.13-RELEASES -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.