MVN

de.acosix.maven : jshint-plugin

Maven & Gradle

Aug 21, 2019
1 stars

Acosix JSHint 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-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

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

Advertisement