Hi all, I was hoping to get a little bit of guidance on how to use the Maven Indexer.
I built my mini indexer based on the Basic example provided in the repo. I get about what I want, bu then I tried to go a bit further, by creating my own IndexCreator. The idea is that I might want to do something with the POM or the Artifact. My issue is that I'm never getting inside the "populateArtifactInfo" which (if I get that right) is the only place where I can get the ArtifactContext, which could give me the POM or Artifact. I also tried to grab ArtifactInfo.getRemoteUrl() but that got me "null" (I guess nothing had set it). Am I even on the right track? Thanks! Sylvain
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
