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? Kind regards, -- Viz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
