org.codehaus.mojo在哪里:mojo-sandbox:pom:5-SNAPSHOT?

时间:2011-05-05 17:24:01

标签: maven maven-plugin

我正在尝试使用codehause的mojo项目中的javascript-maven-plugin。

当我执行任何插件目标时,会显示以下错误,指出尚未找到mojo-sandbox-5-snapshot.pom。

我尝试过一些存储库,包括:
nexus.codehaus.org/snapshots/
nexus.codehaus.org/content/groups/snapshots-group/
snapshots.repository.codehaus.org/
没有幸运。

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.codehaus.mojo
ArtifactId: mojo-sandbox
Version: 5-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.codehaus.mojo:mojo-sandbox:pom:5-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus-snapshots (http://nexus.codehaus.org/snapshots/),
  codehaus.org (http://snapshots.repository.codehaus.org)

我在哪里可以找到这个神器?

提前致谢!

1 个答案:

答案 0 :(得分:0)

Here it is

所以,添加:https://nexus.codehaus.org/content/groups/snapshots-group作为快照存储库。