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.fabric3</groupId>
<artifactId>fabric3-itest-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Choose a version of org.fabric3 : fabric3-itest-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
fabric3-itest-plugin-3.0.0
|
||
2.5.x |
fabric3-itest-plugin-2.5.3
|
||
fabric3-itest-plugin-2.5.2
|
|||
fabric3-itest-plugin-2.5.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.fabric3</groupId>
<artifactId>fabric3-itest-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Advertisement