MVN

com.google.code.jsd-maven : maven-jstestdriver-plugin

Maven & Gradle

May 20, 2010

Maven JsTestDriver Plugin · Maven JSTestDriver Plugin to test javascript unit test cases.

<plugin>
    <groupId>com.google.code.jsd-maven</groupId>
    <artifactId>maven-jstestdriver-plugin</artifactId>
    <version>0.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.jsd-maven : maven-jstestdriver-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of com.google.code.jsd-maven : maven-jstestdriver-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
maven-jstestdriver-plugin-0.1.8

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.google.code.jsd-maven</groupId>
    <artifactId>maven-jstestdriver-plugin</artifactId>
    <version>0.1.8</version>
</plugin>