【发布时间】:2011-05-05 17:24:01
【问题描述】:
我正在尝试使用 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)
我在哪里可以找到这个神器?
提前致谢!
【问题讨论】:
标签: maven maven-plugin