MVN

org.codehaus.mojo : webtest-maven-plugin

Maven & Gradle

Aug 17, 2011

Canoo WebTest Maven Plugin · Canoo WebTest plugin for Maven2 and Maven3. Canoo WebTest is a free Java tools for functional testing of web applications and the plugin allows to run Canoo Webtests from within a Maven build.

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

Latest Version

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

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0.0-alpha-1

All Versions

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

Version Vulnerabilities Updated
1.0.x
webtest-maven-plugin-1.0.0
webtest-maven-plugin-1.0.0-alpha-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.codehaus.mojo</groupId>
    <artifactId>webtest-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement