Hey all,
Back in the day, you used to deploy SNAPSHOT artifacts that created both
a timestamp version as well as constantly over-writing the
directly-named MYJAR-1.0-SNAPSHOT.jar file.  Is there a way to re-enable
this for internal/private repositories (both the timestamp and the
direct -SNAPSHOT version)?

i.e.,

/repo/myjar/1.0/myjar-1.0-20070121.153715-1.jar   
/repo/myjar/1.0/myjar-1.0-20070122.153715-1.jar   
/repo/myjar/1.0/myjar-1.0-SNAPSHOT.jar 

The use-case is so that non-maven clients can retrieve the
correct/updated SNAPSHOT jar (i.e. ant get-deps SNAPSHOT.JAR). Forcing a
remote-client to read the maven-metadata.xml or to require an additional
maven library package JUST TO DOWNLOAD is rather painful.

Thanky,
-D

  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to