On Dec 27, 2007 12:07 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I am trying to just prepare a clearcase release. But I am using several > snapshot plugins. > > I also have all my modules as snapshots. How do I get maven to ignore the > plugin snapshots? ... > [INFO] Can't release project due to non released dependencies :
The release plugin is not going to let you release if you're using snapshots of plugins or external dependencies. (It can deal with snapshots *within* your project.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
