jslint-maven-plugin 1.0.2-SNAPSHOT 存儲庫 (jslint-maven-plugin 1.0.2-SNAPSHOT repository)


問題描述

jslint‑maven‑plugin 1.0.2‑SNAPSHOT 存儲庫 (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?!

‑‑‑‑‑

參考解法

方法 1:

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

方法 2:

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

(by Torben VesteragerTorben Vesteragerndeverge)

參考文件

  1. jslint‑maven‑plugin 1.0.2‑SNAPSHOT repository (CC BY‑SA 3.0/4.0)

#maven #jslint






相關問題

jslint-maven-plugin 1.0.2-SNAPSHOT 存儲庫 (jslint-maven-plugin 1.0.2-SNAPSHOT repository)

當 Action 類位於單獨的 jar 文件中時,Struts 2 驗證失敗 (Struts 2 Validation failing when Action class sits in a separate jar file)

Marklogic 是否有 liquibase 等價物 (Is there a liquibase equivalent for Marklogic)

Jenkins插件開發不適用於maven 2 (Jenkins plugin development not working with maven 2)

無法構建 CloudHopper (SMPP) (Cannot build CloudHopper (SMPP))

如何使用 Maven 在目標(SVN-)服務器上創建 Javadoc? (How to create Javadoc on the target (SVN-) server using Maven?)

sbt 相當於 maven exec 插件 (sbt equivalent of maven exec plugin)

從 Ecplise 運行 Mule 應用程序時出現 NoSuchMethodError 異常 (NoSuchMethodError exception when run Mule Application from Ecplise)

intellij idea中-X和-e開關在哪裡打開 (Where to open the -X and -e switch in intellij idea)

無法在項目上執行目標 org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test)。 (Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.)

通過 Maven 運行 Tomcat 時如何將其綁定到特定接口? (How do you bind Tomcat to a specific interface when running it through Maven?)

如何配置必須使用“密碼”授權類型從授權服務器請求令牌的客戶端 Java 應用程序? (How do I configure a client Java application which must request a token from an authorization server using a 'password' grant type?)







留言討論