Create Java project with Maven archetype hivemq-plugin-archetype

The Maven Plugin Archetype which makes HiveMQ plugin development a breeze.

Create a Java Project by archetype hivemq-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.hivemq"   -DarchetypeArtifactId="hivemq-plugin-archetype"   -DarchetypeVersion="3.3.0"   -DinteractiveMode=false 

Details about maven archetype hivemq-plugin-archetype

GroupId

GroupId

com.hivemq
ArtifactId

ArtifactId

hivemq-plugin-archetype
Version

Version

3.3.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.hivemq -DarchetypeArtifactId=hivemq-plugin-archetype -DarchetypeVersion=3.3.0 -DinteractiveMode=false