How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>se.alipsa</groupId>
<artifactId>renjin-test-maven-plugin</artifactId>
<version>1.3.6</version>
</plugin>
Choose a version of se.alipsa : renjin-test-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
renjin-test-maven-plugin-1.3.6
|
||
renjin-test-maven-plugin-1.3.5
|
|||
renjin-test-maven-plugin-1.3.4
|
|||
renjin-test-maven-plugin-1.3.3
|
|||
renjin-test-maven-plugin-1.3.2
|
|||
renjin-test-maven-plugin-1.3.1
|
|||
1.3 |
renjin-test-maven-plugin-1.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>se.alipsa</groupId>
<artifactId>renjin-test-maven-plugin</artifactId>
<version>1.3.6</version>
</plugin>
Advertisement