Where is org.codehaus.mojo:mojo-sandbox:pom:5-SNAPSHOT?

╄→尐↘猪︶ㄣ 提交于 2019-12-25 02:20:01

问题


I'm trying to use the javascript-maven-plugin from the codehause's mojo project.

When I execute any plugin goal, the following error is shown saying that mojo-sandbox-5-snapshot.pom has not been found.

I have tried with some repositories, including:
nexus.codehaus.org/snapshots/
nexus.codehaus.org/content/groups/snapshots-group/
snapshots.repository.codehaus.org/
with no lucky.

[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)

Where can I find this artifact?

Thanks in advance!


回答1:


Here it is!

So, add: https://nexus.codehaus.org/content/groups/snapshots-group as a snapshot repository.



来源:https://stackoverflow.com/questions/5901762/where-is-org-codehaus-mojomojo-sandboxpom5-snapshot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!