Create Java project with Maven archetype mn-archetype-couchbase

Docker Container Archetype to use Couchbase with MicroNet

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

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

Details about maven archetype mn-archetype-couchbase

License

License

GroupId

GroupId

com.github.mrharibo.micronet
ArtifactId

ArtifactId

mn-archetype-couchbase
Version

Version

0.1.0
Type

Type

maven-archetype
Description

Description

SimpleService
Docker Container Archetype to use Couchbase with MicroNet
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-couchbase -DarchetypeVersion=0.1.0 -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.