Create Java project with Maven archetype mn-archetype-simpleservice

A simple MicroNet Service Archetype

Create a Java Project by archetype mn-archetype-simpleservice with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.mrharibo.micronet"   -DarchetypeArtifactId="mn-archetype-simpleservice"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Details about maven archetype mn-archetype-simpleservice

GroupId

GroupId

com.github.mrharibo.micronet
ArtifactId

ArtifactId

mn-archetype-simpleservice
Version

Version

0.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.mrharibo.micronet -DarchetypeArtifactId=mn-archetype-simpleservice -DarchetypeVersion=0.1.0 -DinteractiveMode=false