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 th

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 ? >