How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.logdistiller</groupId>
<artifactId>maven-statcvs-plugin</artifactId>
<version>3.1</version>
</plugin>
Choose a version of net.sf.logdistiller : maven-statcvs-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1 |
maven-statcvs-plugin-3.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.logdistiller</groupId>
<artifactId>maven-statcvs-plugin</artifactId>
<version>3.1</version>
</plugin>
Advertisement