The code of the release plugin is:
/**
* Whether to allow timestamped SNAPSHOT dependencies. Default is to fail
when finding any SNAPSHOT.
*
* @parameter expression="${ignoreSnapshots}" default-value="false"
*/
private boolean allowTimestampedSnapshots;
So I don't think it does what it promises. It only allows timestamped snapshots.
Hth,
nick Stolwijk
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of nicolas de loof
Sent: Wed 1/9/2008 3:20 PM
To: Maven Users List
Subject: does ignoreSnapshots on release plugin work ?
I'm trying the release plugin 2.0-beta-8-SNAPSHOT with
-DignoreSnapshots=true, but still can't release when my project has
dependencies on snapshots.
Is this really supported ?