Does Artifactory (OSS, not enterprise version) provide a "latest-release
" URI concept, where:
- Perhaps I have
http://myartifactory.example.com/artifactory/simple/myrepo/myorg/mylib/1.0.0/mylib-1.0.0.jar
as a URI in Artifactory - Perhaps I also have
http://myartifactory.example.com/artifactory/simple/myrepo/myorg/mylib/latest-release
as a virtual/symlink-style URI that is configured to point to the 1.0.0 URI (above)
Does Artifactory support this concept? Moreover, does its REST API support changing where latest-release
points on-the-fly?
PLEASE NOTE: My actual use case here is I need a non-changing URL to reference from inside a JNLP file (!) but want to be able to change what is served from that URL every time I "release" a new version of a Swing app.