I'm working on code that is **not** in a Maven plugin (e.g. Gradle plugin or other tools) but that needs to interact with the Maven repository system. Typically this is what the maven artifact resolver is for:
https://maven.apache.org/resolver/index.html Mostly I've figured out how to use this. However I have a couple of warts I'd like to clean up. 1. Is there an API somewhere for locating the local maven repository that is often but not always stored in ~/.m2/repository? 2. Is it possible to boostrap the resolver without using the internal class MavenRepositorySystemUtils? https://issues.apache.org/jira/browse/MNG-6579 Thoughts? -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
