Can anybody give me a hint on how to use nested artifact (and artifacts) elements for publishing modules use the ivy ant task. Unfortunately the official documentation does not specify how to use the attributes.
http://ant.apache.org/ivy/history/latest-milestone/use/publish.html
Maybe there is some documentation or some examples that I could not find?
I am aware of the artifact element in ivy.xml files. this is NOT what this question is about.
Does this answer to this question help?
Issues using ivy:publish task
The nested “artifact” elements in the publish task are used to identify the location(s) of the artifacts you’ve specified as to be published by your module.
So, for example, let’s say your module publishes two files:
Your publish task might need to source these files from two different locations within the build workspace: