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.nuiton</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>3.0</version>
</plugin>
Choose a version of org.nuiton : maven-license-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0 |
maven-license-plugin-3.0
|
||
2.4.x |
maven-license-plugin-2.4.1
|
||
2.4 |
maven-license-plugin-2.4
|
||
2.3.x |
maven-license-plugin-2.3.1
|
||
2.3 |
maven-license-plugin-2.3
|
||
2.2 |
maven-license-plugin-2.2
|
||
2.1 |
maven-license-plugin-2.1
|
||
2.0.x |
maven-license-plugin-2.0.2
|
||
maven-license-plugin-2.0.1
|
|||
maven-license-plugin-2.0.0
|
|||
1.0.x |
maven-license-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.nuiton</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>3.0</version>
</plugin>
Advertisement