[m2] updating classpath elements in mojo

2005-11-23 Thread Wouter Zoons
hi, can I do this in my mojo?: mavenProject.getTestClasspathElements().add(0, myOtherOutputDirectory); I would expect this to insert something in the test classpath, but it seems to make no difference at all is getTestClasspathElements() a live list or dynamically constructed from the

Re: [m2] updating classpath elements in mojo

2005-11-23 Thread Jesse McConnell
ya, that is not something that you can be effecting like that basically each plugin is getting its own container with its own dependencies loaded, which you can modify the dependencies being added to that plugin through the extensions/ mechanism...an example would be at plugin runtime you add in