MVN

de.acosix.maven : jshint-maven-plugin

Maven & Gradle

Oct 11, 2016

JSHint Maven Plugin · Maven plugin to run JSHint tests against project's JavaScripts sources with support of on-path .jshintrc and .jshintignore configurations

<plugin>
    <groupId>de.acosix.maven</groupId>
    <artifactId>jshint-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.acosix.maven : jshint-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.acosix.maven : jshint-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jshint-maven-plugin-1.0.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>de.acosix.maven</groupId>
    <artifactId>jshint-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>