Questions tagged [maven-indexer]

Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto standard for producing indexes of Maven repositories. The indexes are produced and consumed by all major tools in the ecosystem.

The Maven Indexer is a library created by Sonatype Inc. and contributed to the Apache Maven team. It can produce a Lucene Index and carry out queries against it. This packed index can be downloaded from the repository and be used by:

  • Artifact repository managers
    • Check if a remote host contains an artifact, class, etc
    • Check what versions of an artifact exist
    • Resolve dependencies
  • IDE-s
    • To find out which packages contain the class you would like to import
  • Custom tools

See Also

18 questions
0
votes
0 answers

maven-indexer ignores war files

I'm using the BasicUsageExample to retrieve all artifacts from a Nexus…
Sebastian Lang
  • 492
  • 1
  • 6
  • 18
0
votes
1 answer

Nexus index loses artifact after deploy

I have a nexus repo (v2.1.2) where I deploy osgi bundles created with the maven-bundle-plugin. By default, the nexus index doesn't include packages of type bundle, so if i do a search for a bundle, I only get a reference to the pom, not the bundle…
Hilikus
  • 9,954
  • 14
  • 65
  • 118
0
votes
2 answers

Why Doesn't nexus index list snaphot jars?

Nexus index lists pom, zip, test.jar, sources.jar and docs.zip for my snapshot but doesn't list the jar artifact. Nexus view of storage shows the jar Maven users pulling deps from this instance regularly down the jar Is there a way to get it to…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
1
2