MVN

org.codehaus.mojo : selenium-maven-plugin

Maven & Gradle

Apr 12, 2012

Maven Selenium Plugin · Support for using Selenium with Maven 2/3.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>selenium-maven-plugin</artifactId>
    <version>2.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : selenium-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.3
  • Latest Release Candidate: 1.0-rc-1
  • Latest Beta: 1.0-beta-3

All Versions

Choose a version of org.codehaus.mojo : selenium-maven-plugin to add to Maven - All Versions:

  • Version Updated
  • selenium-maven-plugin-2.3

    Apr 12, 2012
  • selenium-maven-plugin-2.2

    Jan 10, 2012
  • selenium-maven-plugin-2.1

    Nov 09, 2011
  • selenium-maven-plugin-2.0

    Aug 01, 2011
  • selenium-maven-plugin-1.1

    Oct 14, 2010
  • selenium-maven-plugin-1.0.1

    Feb 26, 2010
  • selenium-maven-plugin-1.0

    Jun 30, 2009
  • selenium-maven-plugin-1.0-rc-1

    Jan 17, 2009
  • selenium-maven-plugin-1.0-beta-3

    May 09, 2008
  • selenium-maven-plugin-1.0-beta-2

    Oct 15, 2007
  • selenium-maven-plugin-1.0-beta-1

    Feb 27, 2007

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.codehaus.mojo</groupId>
    <artifactId>selenium-maven-plugin</artifactId>
    <version>2.3</version>
</plugin>