You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nicolas de loof <ni...@gmail.com> on 2007/11/15 08:43:34 UTC

use a particular timestamp of a SNAPSHOT

Hello,

Can I configure a dependency to use a particular timestamp version of a
SNAPSHOT ?

For example, the "20070606.164150-5" of maven-surefire-plugin 2.3.1-SNAPSHOT

Using :
"
<plugin>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.3.1-20070606.164150-5</version>
</plugin>
"

seems to work, but I'm not sure about the effect it has on my dependencies

Nico.

Re: use a particular timestamp of a SNAPSHOT

Posted by Olivier Dehon <od...@gmail.com>.
On Thu, 2007-11-15 at 08:43 +0100, nicolas de loof wrote:
> Hello,
> 
> Can I configure a dependency to use a particular timestamp version of a
> SNAPSHOT ?
> 
> For example, the "20070606.164150-5" of maven-surefire-plugin 2.3.1-SNAPSHOT

Yes you can. You have to be careful though that this particular snapshot
does not get purged away on the central repository, or else other
developers might not be able to build your project after a while.

-Olivier


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