I’m trying to get the URL of where maven items were published. I can get the repository, but not the actual URL. This is a problem because the snapshots generally get deployed like something-debug-unaligned-0.0.1-20141027.212208-1.apk. I’d like to use the URL later in the build process to drop an email with links to the build.
Is there any way to get this information?