You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Houtekier Thomas <Th...@centric.be> on 2007/04/17 16:56:55 UTC

Timestamp versions of snapshot dependencies

Hi,

 

When snapshot-dependencies are downloaded from our (in-house) remote
repository, I get the artifact in the form
<artifactId>-<YYYYMMDD.HHmmss-no>.jar and not <artifactId>-SNAPSHOT.jar.
In scripts I reference to the <artifactId>-SNAPSHOT.jar version.  When I
get the timestamp version, I have to change the scripts each time.  Is
there a way to ensure I always get the snapshot version and not the
timestamped version?

Thomas Houtekier

 


Re: Timestamp versions of snapshot dependencies

Posted by Christophe Hamerling - EBM WebSourcing <ch...@ebmwebsourcing.com>.
Hi,

Is there a solution to this problem ?

Thank you !
Regards,

Christophe

Houtekier Thomas wrote:
> Hi,
>
>  
>
> When snapshot-dependencies are downloaded from our (in-house) remote
> repository, I get the artifact in the form
> <artifactId>-<YYYYMMDD.HHmmss-no>.jar and not <artifactId>-SNAPSHOT.jar.
> In scripts I reference to the <artifactId>-SNAPSHOT.jar version.  When I
> get the timestamp version, I have to change the scripts each time.  Is
> there a way to ensure I always get the snapshot version and not the
> timestamped version?
>
> Thomas Houtekier
>
>  
>
>
>   

-- 
*Christophe Hamerling*
PEtALS research engineer / Community manager 	

*Work:* +33 5 61 28 56 46
	*Email:* christophe.hamerling@ebmwebsourcing.com 
<ma...@ebmwebsourcing.com>
*IM:* christophe.hamerling (Skype)
*http://www.linkedin.com/in/chamerling
*My blog <http://www.ebmwebsourcing.com/chamerling>* *
* * 	
	*eBM WebSourcing* <http://www.ebmwebsourcing.com>
10 avenue de l'Europe
<http://maps.google.com/maps?q=10+avenue+de+l%27Europe%2CRamonville+St+Agne%2C31520%2CFrance&hl=en> 
Ramonville St Agne, 31520 France


	


Re: Timestamp versions of snapshot dependencies

Posted by Wendy Smoak <ws...@gmail.com>.
On 4/17/07, Houtekier Thomas <Th...@centric.be> wrote:

> When snapshot-dependencies are downloaded from our (in-house) remote
> repository, I get the artifact in the form
> <artifactId>-<YYYYMMDD.HHmmss-no>.jar and not <artifactId>-SNAPSHOT.jar.
> In scripts I reference to the <artifactId>-SNAPSHOT.jar version.  When I
> get the timestamp version, I have to change the scripts each time.  Is
> there a way to ensure I always get the snapshot version and not the
> timestamped version?

If you don't want timestamped snapshots, try setting
<uniqueVersion>false</uniqueVersion> in distribution management.

-- 
Wendy

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