You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Ionut Scutaru <io...@gmail.com> on 2015/01/28 13:42:21 UTC

how to retrieve the URL of a published artifact ?

Hi,

I have a build that publishes to Nexus. I would like to retrieve the links
of each artifact published and store them somewhere.

Is it possible to obtain the link somehow?

My ivysettings.xml file defines a URL resolver with this pattern:

<property name="ivy.nexus.snapshots.artifact.pattern"

value="[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
              override="false" />

So, I'm wondering if there is a way to obtain this property with all the
placeholders replaced.

Thank you !