Description
The module and artifact in ivy.xml in the repo always contains the values of the first published module in ant:
Steps I do:
<ivy:resolve file="/foo.xml" />
<ivy:publish artifactspattern="//lib/[artifact].[ext]" resolver="shared" pubrevision="@
<ivy:resolve file="/bar.xml" />
<ivy:publish artifactspattern="//lib/[artifact].[ext]" resolver="shared" pubrevision="@{release}
" status="integration" />
Now the ivy.xml from bar.xml contains the module and artifact-values from foo.xml