【发布时间】:2013-05-09 21:57:29
【问题描述】:
我对 Maven 并不陌生。但我不知道为什么我的maven使用1.1.1版本的maven-plugin,hornet-maven-plugin。我说版本的原因是存储库没有版本。所以我想我必须更改存储库的插件版本。
源代码在这里(https://github.com/verystrongjoe/hornetq/tree/master/examples/jms/clustered-queue)。
我将它下载到我的本地磁盘。我导入到我的 Eclipse 中。 但结果是如下错误。
Failure to find org.hornetq:hornetq-maven-plugin:pom:1.1.1-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public was cached in the local
repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
如果你去仓库 http://repository.jboss.org/nexus/content/groups/public ,有 1.1.0 或 1.0.0。
请让我解释一下..提前谢谢。
【问题讨论】:
-
POM 中的依赖关系是什么?