Russel Winder-4 wrote:
> 
> Install:
>       Maven:  replaces the SNAPSHOT with the date in the form 
> yyyymmdd.hhmmss-n
> 
I've never seen a snapshot with a date in a local repository. I think it's
always without date (at least until 2.1).


Russel Winder-4 wrote:
> 
> Deploy:
>       Maven:  replaces the SNAPSHOT with the date in the form 
> yyyymmdd.hhmmss-n
> 
This is the default. Since I don't see much value in keeping old snapshots
around, I always turn it off:

<snapshotRepository>
    ...
    <uniqueVersion>false</uniqueVersion>
</snapshotRepository>

Cheers,
Peter

-- 
View this message in context: 
http://www.nabble.com/Maven-and-snapshot-numbers-tp25701990p25719573.html
Sent from the gradle-dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to