Nexus 1.9.1.1 - How to avoid empty directory archetypes?

I have several hosted and proxy repositories that are stored in my Nexus 1.9.1.1 instance.

From what I read, re-indexing ("Refresh Index") should generate an archetype-catalog.xml file with the appropriate content.

Regardless, my archetype-catalog.xml still has a size of "0" (they have xml headers, etc., but no archetypes.)

In one specific case, when I proxy another repo, and that the repo has an archetype file with a plus, mine continues to show 0 elements.

Accepting a centralized repo requires warmth because other developers cannot create projects using their favorite archetypes. Any thoughts?

Thank! -Lorin

+3
source share
2

pom.xml , :

<packaging>maven-archetype</packaging> 
+2

@Croesus - , Maven.

0

All Articles