Well, 'mvn clean' would not cleanup src/main/webapp/WEB-INF/lib. Those files are treated as valid source.
-Stephen On 7/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 7/2/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > On 7/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > I would: > > 1. declare a dependency on the correct version of Y > > 2. add an exclusion to the X dependency, excluding its transitive > > dependency on Y > > > > -- > > Wendy > > This is a bad idea currently due to: http://jira.codehaus.org/browse/MNG-1797 Thanks. In this case I think the two Y's are really "different". Otherwise there's no way that both of them would be ending up in WEB-INF/lib. (Unless, as you suggested, it's a simple matter of 'mvn clean' not having been run recently...) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
