如何在Nexus存储库中更新archetype-catalog

时间:2014-04-03 12:35:12

标签: maven nexus

我在更新目录时遇到问题。进入我的公共存储库(其类型为" Group")我代理存储库 "的liferay-CE" (https://repository.liferay.com/nexus/content/groups/liferay-ce/)。

如果我点击" https://repository.liferay.com/nexus/content/groups/liferay-ce/"我发现了 原始目录" archetype-catalog.xml"它有一些原型。

" archetype-catalog.xml"位于我的公共存储库URL有一个" archetype-catalog.xml"但 它并没有包含写入" liferay-ce"的原型。目录。

我需要更新我的" archetype-catalog.xml"将新的原型包含在liferay-ce原创中 库中。

您是否知道如何更新我的" archetype-catalog.xml"?

非常感谢。

恩里科

1 个答案:

答案 0 :(得分:1)

archetype-catalog.xml文件是从搜索索引生成的。对代理存储库运行“update index”,完成后,本地archetype-catalog.xml将包含“liferay-ce”存储库中的条目。