You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christopher Hunt <hu...@internode.on.net> on 2011/09/23 03:16:42 UTC

[ANN] jslint-maven-plugin-1.0.0 Released

Hi,

The Mojo team is pleased to announce the release of the JSLint Maven Plugin version 1.0.0. 

This plugin brings the JSLint JavaScript code quality control tool capabilities to the Maven project lifecycle. The JSLint Maven Plugin's closest relative to the Java world is the Java compiler plugin.

The JSLint Maven Plugin operates quickly and efficiently on modified JavaScript source code. When used with IDE's such as Eclipse and its Maven integration, developers can rapidly see JSLint problems reported in the IDE's console as a JavaScript source file is saved.

For more information please visit http://mojo.codehaus.org/jslint-maven-plugin/.

To get this update, simply specify the version in your project's plugin configuration: 

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>jslint-maven-plugin</artifactId>
  <version>1.0.0</version>
  <executions>
    <execution>
      <goals>
        <goal>jslint</goal>
        <goal>test-jslint</goal>
      </goals>
    </execution>s
  </executions>
</plugin>

Enjoy,

The Mojo team.
 
Christopher Hunt
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org