How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.fuzzit.javafuzz</groupId>
<artifactId>javafuzz-maven-plugin</artifactId>
<version>1.22</version>
</plugin>
Choose a version of dev.fuzzit.javafuzz : javafuzz-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.22 |
javafuzz-maven-plugin-1.22
|
||
1.20 |
javafuzz-maven-plugin-1.20
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.fuzzit.javafuzz</groupId>
<artifactId>javafuzz-maven-plugin</artifactId>
<version>1.22</version>
</plugin>
Advertisement