How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.exlp</groupId>
<artifactId>exlp-maven</artifactId>
<version>0.1.17</version>
</plugin>
Choose a version of net.sf.exlp : exlp-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
exlp-maven-0.1.17
|
||
exlp-maven-0.1.14
|
|||
exlp-maven-0.1.11
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.exlp</groupId>
<artifactId>exlp-maven</artifactId>
<version>0.1.17</version>
</plugin>
Advertisement