Create Java project with Maven archetype mn-archetype-accountservice

MicroNet Reference Account Service

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

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

Generated Project modules

  • ${rootArtifactId}Service
  • ${rootArtifactId}DB

Details about maven archetype mn-archetype-accountservice

License

License

GroupId

GroupId

com.github.mrharibo.micronet
ArtifactId

ArtifactId

mn-archetype-accountservice
Version

Version

0.1.4
Type

Type

maven-archetype
Description

Description

mn-archetype-accountservice
MicroNet Reference Account Service
Project URL

Project URL

https://github.com/MrHaribo/MicroNet
Source Code Management

Source Code Management

http://github.com/MrHaribo/MicroNet/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.mrharibo.micronet -DarchetypeArtifactId=mn-archetype-accountservice -DarchetypeVersion=0.1.4 -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.