You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Johannes Schneider <ma...@cedarsoft.com> on 2009/12/22 18:37:35 UTC

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Links to artifacts in a snapshot repository

Posted by "Brian E. Fox" <br...@infinity.nu>.
The nexus FAQ shows the link syntax:
http://nexus.sonatype.org/nexus-faq.html#25

--Brian (mobile)


On Dec 22, 2009, at 12:37 PM, Johannes Schneider  
<ma...@cedarsoft.com> wrote:

> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Links to artifacts in a snapshot repository

Posted by Johannes Schneider <ma...@cedarsoft.com>.
On 12/22/2009 06:44 PM, Hayes, Peter 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


Thanks a lot!


Sincerly,

Johannes

> 
> 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:mailings@cedarsoft.com] 
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Links to artifacts in a snapshot repository

Posted by Anders Hammar <an...@hammar.net>.
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 <Pe...@fmr.com> 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:mailings@cedarsoft.com]
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

RE: Links to artifacts in a snapshot repository

Posted by "Hayes, Peter" <Pe...@fmr.com>.
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:mailings@cedarsoft.com] 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org