Torben Vesterager
Torben Vesterager

Reputation: 508

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?!

Upvotes: 2

Views: 484

Answers (2)

ndeverge
ndeverge

Reputation: 21564

AFAIK, the 1.0.2-SNAPSHOT has not been released.

So ff you do not want to install a SVN client, use git-svn:

git-svn clone http://svn.example.com/svn/project

Upvotes: 0

Torben Vesterager
Torben Vesterager

Reputation: 508

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 ...

Upvotes: 3

Related Questions