English 中文(简体)
偶然的版本没有看到联线部署。
原标题:maven versions not seeing nexus deployments

我们使用Hudson和Nexus,他们除了更新受扶养人版本外,还有很多工作要做。

Following a release of a module, I want to upgrade some other module to look at the newly released version - say Project-A-1.0.0-SNAPSHOT depends on Project-B-1.0.0-SNASHOT, Project B gets released and becomes Project-B-1.0.0, I now want project A to depend on the released version of B.

为此,我们可以使用ma本金,并使用版本:最新版本。 我是在当地窗口指挥线上这样做的,而Hudson/Nexus则以网络为基础。 似乎只有在我删除我的当地红波元数据文档(用原始版本的缩略语使用)时,才会奏效,因为迄今为止,这还不是公司最近发行的版本。

Am I doing something wrong here? It is clear what maven will update by running versions:display-dependency-updates. Is there a way to expire the metadata.xml or update it (setting the update setting on the repo to always not an option as this will slow things down)

问题回答

Maven有一个检查短片的政策。 缺省是每天检查一次血压变化。

每天由总部印发的文件清单 版本:最新版本





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签