Reputation: 121
I have a problem updating catalog. Into my Public Repository (its type is "Group") I proxy the repository "liferay-ce" (https://repository.liferay.com/nexus/content/groups/liferay-ce/).
If I click on "https://repository.liferay.com/nexus/content/groups/liferay-ce/" I find the original catalog "archetype-catalog.xml" which has some archetypes.
The "archetype-catalog.xml" sited at my Public Repository URL has an "archetype-catalog.xml" but it doesn't contain the archetypes written into "liferay-ce" catalog.
I need to update my "archetype-catalog.xml" with the new archetypes contained into liferay-ce original repository.
Have you any idea how to update my "archetype-catalog.xml"?
Upvotes: 2
Views: 8843
Reputation: 5318
The archetype-catalog.xml file is generated from the search indexes. Run "update index" against your proxy repository, when this completes your local archetype-catalog.xml will have the entries from the "liferay-ce" repository.
Upvotes: 3