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.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.4</version>
</plugin>
Choose a version of org.obolibrary.robot : robot-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
robot-maven-plugin-1.9.4
|
||
robot-maven-plugin-1.9.3
|
|||
robot-maven-plugin-1.9.2
|
|||
robot-maven-plugin-1.9.1
|
|||
robot-maven-plugin-1.9.0
|
|||
1.8.x |
robot-maven-plugin-1.8.4
|
||
robot-maven-plugin-1.8.3
|
|||
robot-maven-plugin-1.8.2
|
|||
robot-maven-plugin-1.8.1
|
|||
robot-maven-plugin-1.8.0
|
|||
1.7.x |
robot-maven-plugin-1.7.2
|
||
robot-maven-plugin-1.7.1
|
|||
robot-maven-plugin-1.7.0
|
|||
1.6.x |
robot-maven-plugin-1.6.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.4</version>
</plugin>
Advertisement