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.reflections</groupId>
<artifactId>reflections-maven</artifactId>
<version>0.9.8</version>
</plugin>
Choose a version of org.reflections : reflections-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
reflections-maven-0.9.9-RC2
|
||
reflections-maven-0.9.9-RC1
|
|||
reflections-maven-0.9.8
|
|||
reflections-maven-0.9.7
|
|||
reflections-maven-0.9.7.RC1
|
|||
reflections-maven-0.9.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.reflections</groupId>
<artifactId>reflections-maven</artifactId>
<version>0.9.8</version>
</plugin>
Advertisement