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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to