Is there a way to get the the remote url of an artifact stored by Nexus 3 OSS? Or even the id of the repo if a group is used.
I tried with the REST APIs but there isn't what I'm looking for.
I'm trying to create a maven plugin that lists remote urls of every dependency in a project.
Example:
org.apache.commons:commons-lang3:jar:3.8.1 -----> http://central.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar