MVN

com.hivemq : hivemq-plugin-archetype

Maven & Gradle

May 08, 2018
0 stars

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

mvn archetype:generate -DarchetypeGroupId=com.hivemq -DarchetypeArtifactId=hivemq-plugin-archetype -DarchetypeVersion=3.4.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hivemq : hivemq-plugin-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of com.hivemq : hivemq-plugin-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.4.x
hivemq-plugin-archetype-3.4.0
3.3.x
hivemq-plugin-archetype-3.3.0
3.1.x
hivemq-plugin-archetype-3.1.0
3.0.x
hivemq-plugin-archetype-3.0.1
hivemq-plugin-archetype-3.0.0
2.1.x
hivemq-plugin-archetype-2.1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.hivemq -DarchetypeArtifactId=hivemq-plugin-archetype -DarchetypeVersion=3.4.0

Advertisement