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.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.15</version>
</plugin>
Choose a version of org.apache.rat : apache-rat-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.15 |
apache-rat-plugin-0.15
|
||
0.14 |
apache-rat-plugin-0.14
|
||
0.13 |
apache-rat-plugin-0.13
|
||
0.12 |
apache-rat-plugin-0.12
|
||
0.11 |
apache-rat-plugin-0.11
|
||
0.10 |
apache-rat-plugin-0.10
|
||
0.9 |
apache-rat-plugin-0.9
|
||
0.8 |
apache-rat-plugin-0.8
|
||
0.7 |
apache-rat-plugin-0.7
|
||
0.6 |
apache-rat-plugin-0.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.15</version>
</plugin>
Advertisement