MVN

org.selunit : selunit-maven-plugin

Maven & Gradle

Oct 16, 2011

selunit-maven-plugin · Selunit is an open-source project to simply combine comprehensively Selenium tests with Continuous Integration

<plugin>
    <groupId>org.selunit</groupId>
    <artifactId>selunit-maven-plugin</artifactId>
    <version>0.7.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.selunit : selunit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of org.selunit : selunit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
selunit-maven-plugin-0.7.3
selunit-maven-plugin-0.7.2
selunit-maven-plugin-0.7.1

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.selunit</groupId>
    <artifactId>selunit-maven-plugin</artifactId>
    <version>0.7.3</version>
</plugin>

Advertisement