How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
</plugin>
Choose a version of com.mycila : license-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2 |
license-maven-plugin-4.2
|
||
4.2.x |
license-maven-plugin-4.2.rc3
|
||
license-maven-plugin-4.2.rc2
|
|||
license-maven-plugin-4.2.rc1
|
|||
4.1 |
license-maven-plugin-4.1
|
||
4.0 |
license-maven-plugin-4.0
|
||
4.0.x |
license-maven-plugin-4.0.rc2
|
||
license-maven-plugin-4.0.rc1
|
|||
3.0 |
license-maven-plugin-3.0
|
||
3.0.x |
license-maven-plugin-3.0.rc1
|
||
2.11 |
license-maven-plugin-2.11
|
||
2.10 |
license-maven-plugin-2.10
|
||
2.9 |
license-maven-plugin-2.9
|
||
2.8 |
license-maven-plugin-2.8
|
||
2.7 |
license-maven-plugin-2.7
|
||
2.6 |
license-maven-plugin-2.6
|
||
2.5 |
license-maven-plugin-2.5
|
||
2.4 |
license-maven-plugin-2.4
|
||
2.3 |
license-maven-plugin-2.3
|
||
2.2 |
license-maven-plugin-2.2
|
||
2.0 |
license-maven-plugin-2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
</plugin>
Advertisement