I have a Maven Nexus repository that manages several maven projects.Every time build happens on the specific project we send binaries/snap shots to Nexus.There are several ways to access nexus.
My requirement is that how can i fetch available list of artifacts from Nexus repository of a specific project and how can i inject older artifact(downloaded) into a local project when it execute.If any one knows how to do this Please share.I can not find any well documented examples.