Hello, I have a Maven3 job which builds my artifact and deploys it to the release repo on Nexus. I would like to send an e-mail the the deployment team once the build is done and successful. I added the E-mail Extension Plugin, but I can't figure out how to retrieve the full Nexus url on which I deployed the artifact (something like http://my.nexus/service/local/repositories/release/content/com/mycompany/my-project/1.2.3/my-project-1.2.3.jar)
Can anybody help ? Thanks, Eric
