Having a problem with Ivy + Maven Snapshots + rev="latest.revision". Ivy is properly parsing the metadata to discover the latest version of the artifact, but it seems to decline downloading it. I'm stuck with an earlier version of the artifact. Does the text below give anyone any ideas why it's doing it?
[ivy:resolve] listing revisions from maven-metadata: http://my-maven/content/repositories/snapshots/ca/spacek/api-project/maven-metadata.xml
[ivy:resolve] my-snapshots: found md file for ca.spacek#api-project;latest.integration
[ivy:resolve] => http://my-maven/content/repositories/snapshots/ca/spacek/api-project/0.0.3-SNAPSHOT/api-project-0.0.3-20121211.132856-8.pom (0.0.3-SNAPSHOT)
[ivy:resolve] my-snapshots: revision already resolved: ca.spacek#api-project;0.0.3-SNAPSHOT
I looked at this and tried setting the pattern
the same, but it didn't seem to help. I'm hoping to avoid workarounds like this.