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.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
Choose a version of org.codehaus.mojo : license-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
license-maven-plugin-2.2.0
|
||
2.1.x |
license-maven-plugin-2.1.0
|
||
2.0.x |
license-maven-plugin-2.0.1
|
||
license-maven-plugin-2.0.0
|
|||
1.20 |
license-maven-plugin-1.20
|
||
1.19 |
license-maven-plugin-1.19
|
||
1.18 |
license-maven-plugin-1.18
|
||
1.17 |
license-maven-plugin-1.17
|
||
1.16 |
license-maven-plugin-1.16
|
||
1.15 |
license-maven-plugin-1.15
|
||
1.14 |
license-maven-plugin-1.14
|
||
1.13 |
license-maven-plugin-1.13
|
||
1.12 |
license-maven-plugin-1.12
|
||
1.11 |
license-maven-plugin-1.11
|
||
1.10 |
license-maven-plugin-1.10
|
||
1.9 |
license-maven-plugin-1.9
|
||
1.8 |
license-maven-plugin-1.8
|
||
1.7 |
license-maven-plugin-1.7
|
||
1.6 |
license-maven-plugin-1.6
|
||
1.5 |
license-maven-plugin-1.5
|
||
1.4 |
license-maven-plugin-1.4
|
||
1.3 |
license-maven-plugin-1.3
|
||
1.2 |
license-maven-plugin-1.2
|
||
1.1 |
license-maven-plugin-1.1
|
||
1.0 |
license-maven-plugin-1.0
|
||
license-maven-plugin-1.0-beta-3
|
|||
license-maven-plugin-1.0-beta-2
|
|||
license-maven-plugin-1.0-beta-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
Advertisement