MVN

org.sentrysoftware.maven : metricshub-connector-maven-plugin

Maven & Gradle

Mar 19, 2024
0 stars

MetricsHub Connector Maven Plugin · The MetricsHub Connector Maven Plugin is a Maven report plugin that helps generate documentation for MetricsHub connectors. It is invoked during the Maven site generation process, and it takes the source code of the connectors as input. The plugin then generates a reference guide that describes the connectors in detail.

<plugin>
    <groupId>org.sentrysoftware.maven</groupId>
    <artifactId>metricshub-connector-maven-plugin</artifactId>
    <version>1.0.00</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sentrysoftware.maven : metricshub-connector-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.00

All Versions

Choose a version of org.sentrysoftware.maven : metricshub-connector-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
metricshub-connector-maven-plugin-1.0.00

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.sentrysoftware.maven</groupId>
    <artifactId>metricshub-connector-maven-plugin</artifactId>
    <version>1.0.00</version>
</plugin>