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>
Choose a version of com.sonatype.insight : ahc to add to Maven - Latest 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
|
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