MVN

com.sonatype.insight : ahc

Maven & Gradle

Jun 28, 2013

Insight Application Health Check Maven Plugin · A Maven plugin that scans the artifacts produced by a project and uploads the results to Sonatype Insight for generation of an Application Health Check Report. To learn more about Insight Application Health Check, visit http://links.sonatype.com/products/insight/ac/home.

<plugin>
    <groupId>com.sonatype.insight</groupId>
    <artifactId>ahc</artifactId>
    <version>2.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sonatype.insight : ahc to add to Maven - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.sonatype.insight : ahc to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
ahc-2.0.7
ahc-2.0.6
ahc-2.0.5
ahc-2.0.4
ahc-2.0.3
ahc-2.0.2
ahc-2.0.1
ahc-2.0.0
1.22
ahc-1.22
1.21.x
ahc-1.21.4
ahc-1.21.3
ahc-1.21.2
ahc-1.21.1
1.21
ahc-1.21

How to add a plugin to Maven

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

<plugin>
    <groupId>com.sonatype.insight</groupId>
    <artifactId>ahc</artifactId>
    <version>2.0.7</version>
</plugin>

Advertisement