我正在尝试使用codehause的mojo项目中的javascript-maven-plugin。
我尝试过一些存储库,包括:
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)我在哪里能找到这个神器?
提前感谢!
发布于 2011-05-06 01:42:28
因此,添加:https://nexus.codehaus.org/content/groups/snapshots-group作为快照存储库。
https://stackoverflow.com/questions/5901762
复制相似问题