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.vmlens</groupId>
<artifactId>interleave</artifactId>
<version>1.1.5</version>
</plugin>
Choose a version of com.vmlens : interleave to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
interleave-1.1.5
|
||
interleave-1.1.4
|
|||
interleave-1.1.2
|
|||
interleave-1.1.1
|
|||
interleave-1.1.0
|
|||
1.0.x |
interleave-1.0.15
|
||
interleave-1.0.14
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.vmlens</groupId>
<artifactId>interleave</artifactId>
<version>1.1.5</version>
</plugin>
Advertisement