MVN

gr.abiss.mvn.plugins : maven-jstools-plugin

Maven & Gradle

Jun 06, 2008

Maven JSTools Plugin · The Maven JSTools Plugin is, well, a javascript plugin for Maven 2. More specifically, it provides a Maven2 interface to a set of JavaScript development tools like JSDoc and JSLint, along with runtime JS dependency resolution (well it sounds cool) tools for your WAR projects. Support for JSUnit/ECMAUnit is coming up!

<plugin>
    <groupId>gr.abiss.mvn.plugins</groupId>
    <artifactId>maven-jstools-plugin</artifactId>
    <version>0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gr.abiss.mvn.plugins : maven-jstools-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of gr.abiss.mvn.plugins : maven-jstools-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7
maven-jstools-plugin-0.7
0.6
maven-jstools-plugin-0.6
0.5
maven-jstools-plugin-0.5
0.4
maven-jstools-plugin-0.4
0.3
maven-jstools-plugin-0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>gr.abiss.mvn.plugins</groupId>
    <artifactId>maven-jstools-plugin</artifactId>
    <version>0.7</version>
</plugin>