2011-05-05 38 views
0

我正在尝试使用codehause的mojo项目中的javascript-maven-plugin。org.codehaus.mojo:mojo-sandbox:pom:5-SNAPSHOT?

当我执行任何插件目标时,会显示以下错误,说明未找到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) 

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

提前致谢!

回答

0

Here it is

因此,请将https://nexus.codehaus.org/content/groups/snapshots-group作为快照存储库。

+0

只有md5和sha1文件...没有pom! – tmarin 2011-05-06 03:13:50

+0

我在这里找到pom: http://repository.opencastproject.org/nexus/content/groups/public-snapshots/org/codehaus/mojo/mojo-sandbox/5-SNAPSHOT/ – tmarin 2011-05-06 14:23:03