On 19/07/06, Marc L. Veary <[EMAIL PROTECTED]> wrote:
Hi All,
In Eclipse the order in which libs are placed onto the classpath can be
controlled. 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 classes in 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?
There's no way of doing this at the moment, but check this issue for a
similar discussion:
http://jira.codehaus.org/browse/MNG-1412
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]