Hi

I have snapshot projects building continuously and deployed to artifactory
with the "unique" snapshot policy (non-unique is not acceptable since we
use Maven 3).
The following dependency fails to be retrieved from Artifactory:
    <dependency>
      <groupId>com.dummy</groupId>
      <artifactId>foobar</artifactId>
      <version>1.0-SNAPSHOT</version>
    </dependency>

This seems to fail because in Artifactory it is deployed as
foobar-1.0-20111031.193027-1.jar due to the "unique snapshot" policy.
Of course, if i correct my POM and define it like:
    <dependency>
      <groupId>com.dummy</groupId>
      <artifactId>foobar</artifactId>
      <version>1.0-20111031.193027-1</version>
    </dependency>

it works fine, but it loses the advantage that a snapshot provides because
I won't get the updates.
It looks like Artifactory is not handling correctly requests to *-SNAPSHOT.

Would you know what could be occurring here and advise on how to proceed?
Thanks very much.

Regards.
------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to