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.complykit</groupId>
<artifactId>license-check-maven-plugin</artifactId>
<version>0.5.3</version>
</plugin>
Choose a version of org.complykit : license-check-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
license-check-maven-plugin-0.5.3
|
||
license-check-maven-plugin-0.5.2
|
|||
license-check-maven-plugin-0.5.1
|
|||
0.5 |
license-check-maven-plugin-0.5
|
||
0.4 |
license-check-maven-plugin-0.4
|
||
0.3 |
license-check-maven-plugin-0.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.complykit</groupId>
<artifactId>license-check-maven-plugin</artifactId>
<version>0.5.3</version>
</plugin>
Advertisement