Skip to content
Advertisement

Tag: maven-indexer

How can I scan a maven repository?

I’m developing a code-sharing plugin for eclipse (for a bachelor thesis project). Currently I’m trying to scan a maven repository and generate a package list. I can download and parse a pom.xml using the maven.model classes, but I can’t figure out which maven classes are responsible for parsing of archetype-catalog.xml Is there a non maven parser? Can I just scan

Advertisement