How does Maven find a Artifact in a remote repository?
- by Thomas
I'm trying to create a maven plugin to generate a file with the URL to all the dependencies in a project. I have been able to get the dependencies and their artifact, but I'm having trouble getting the download URL.
Using ArtifactResolver and ArticateMetadataSource I get some of the artifact information. However I fail to get all the information…