See http://ant.apache.org/ivy/history/latest-milestone/settings/caches.htmlto
change your cache-settings. Default cache-setting is
[organisation]/[module]/[type]s/[artifact]-[revision].[ext].  But I think
that the cache settings are also only important for resolving and not for
publishing. So it is probably not the reason why the same  POM is published.

You could try publishing to a local file system using the file resolver
instead of the url-resolver.
Run your ant-build also with the option -d, and look at the patterns and
paths that ivy uses during the publish.

Regards,
Marc


2014-02-14 0:29 GMT+01:00 rickbryant <rick.bry...@gxs.com>:

> Marc,
>
> Here's our resolver:
> <url name="artifactory-snapshot-uploads" m2compatible="true">
>   <artifact
> pattern="${artifactory.snapshot.uploads.url}/${artifactory.repo.pattern}"
> />
> </url>
> <property name="artifactory.repo.pattern"
> value="[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"/>
>
> Apologize, but am not sure what you mean by cache settings?
>
> Thanks,
> Rick
>
>
>
> --
> View this message in context:
> http://apache-ivy.996301.n3.nabble.com/Artifactory-Publish-Failure-tp9626p9633.html
> Sent from the ivy-user mailing list archive at Nabble.com.
>

Reply via email to