Hi All,

In Eclipse the order in which libs placed onto the classpath.  This is
useful when you need to stub a particular class within a library: you can
load the original and then load the stubbed class so that your stubbed class
get called in place of the original (but leaving the rest of the original
lib available).

Is there any way to do this with Maven 2?  The order in which the
dependencies are declared in the POM make no difference.  Any thoughts?

Kind regards,
--
Viz3


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to