Re: [m2] maven-plugin-testing-tools and unit testing plugins critically broken...

2006-12-21 Thread Barrie Treloar
On 12/21/06, John Casey <[EMAIL PROTECTED]> wrote: They definitely should be integration tests, not unit tests. Something as time-consuming as a maven build shouldn't really be used during unit testing. In the case of the eclipse plugin, the fact that it was running these builds during unit testi

Re: [m2] maven-plugin-testing-tools and unit testing plugins critically broken...

2006-12-20 Thread John Casey
They definitely should be integration tests, not unit tests. Something as time-consuming as a maven build shouldn't really be used during unit testing. In the case of the eclipse plugin, the fact that it was running these builds during unit testing causes the issue where the testing version of the

[m2] maven-plugin-testing-tools and unit testing plugins critically broken...

2006-12-20 Thread Barrie Treloar
See http://jira.codehaus.org/browse/MECLIPSE-192 maven-plugin-testing-tools builds the test jar by mangling the pom info to include the test version and then run BuiltTool.executeMaven() with the "package" phase to create the test jar. The side effect of this is to put test artifacts into D:\ide