This is the link you're looking for: http://nexus.sonatype.org/nexus-faq.html#25
However, this only works if the snapshot is hosted in Nexus powered repository. /Anders On Tue, Dec 22, 2009 at 18:44, Hayes, Peter <[email protected]> wrote: > This works: > > > http://nexus.cedarsoft.com/service/local/artifact/maven/redirect?r=snapshots&g=com.cedarsoft&a=serialization&v=1.0.0-beta2-SNAPSHOT > > There is some documentation out there on this though I'm unable to pull it > at the moment. > > These are the parameters: > > r = repository name (cannot be a group I'm pretty sure) > g = group Id > a = artifact Id > v = version > p = packaging type > c = classifier > > -----Original Message----- > From: Johannes Schneider [mailto:[email protected]] > Sent: Tuesday, December 22, 2009 12:38 PM > To: Maven Users List > Subject: Links to artifacts in a snapshot repository > > Hi, > > at the moment I am creating a page for a project of mine. > And because not everybody out there uses maven (don't understand why), I > want to provide a link to the latest artifact for manual download. > > Of course that is not possible since every snapshot artifact has the > build date prepended. > How could that be solved? > > > Sincerly, > > Johannes > > > Sample repository: > > http://nexus.cedarsoft.com/content/groups/public-snapshots/com/cedarsoft/serialization/1.0.0-beta2-SNAPSHOT/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
