Search code examples
mavenjslint

jslint-maven-plugin 1.0.2-SNAPSHOT repository


I can only find 1.0.1 - it's a git world and I really hope I don't have to install subversion to check out the code and build it myself :-(

The usage page http://www.mojohaus.org/jslint-maven-plugin/usage.html says 1.0.2-SNAPSHOT - where's the maven repository, a**holes?!


Solution

  • I'm using jslint4java instead:

    <plugin>
        <groupId>com.googlecode.jslint4java</groupId>
        <artifactId>jslint4java-maven-plugin</artifactId>
        <version>2.0.2</version>
    

    This kind of slackyness only scares off potential users, CodeHaus/Mojo ...