RE: does ignoreSnapshots on release plugin work ?

2008-01-09 Thread nicklist
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 ?



Re: does ignoreSnapshots on release plugin work ?

2008-01-09 Thread nicolas de loof
Sorry, I made a stupid typo on command line.

2008/1/9, nicolas de loof <[EMAIL PROTECTED]>:
>
> 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 ?
>