MVN

com.github.seykron : htmlunit-maven-plugin

Maven & Gradle

Oct 03, 2013
1 usages
2 stars

htmlunit - Maven Plugin · Maven plugin to load test files into HtmlUnit.

<plugin>
    <groupId>com.github.seykron</groupId>
    <artifactId>htmlunit-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.seykron : htmlunit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.seykron : htmlunit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
htmlunit-maven-plugin-1.1
1.0
htmlunit-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.seykron</groupId>
    <artifactId>htmlunit-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>