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>exec-renjin-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
Choose a version of se.alipsa : exec-renjin-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
exec-renjin-maven-plugin-1.0.1
|
||
exec-renjin-maven-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>se.alipsa</groupId>
<artifactId>exec-renjin-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
Advertisement