Running org.apache.maven.plugin.eclipse.RadPluginTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.971 sec
Running org.apache.maven.plugin.eclipse.EclipsePluginTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.783 sec I'm assuming the reason it is slow is because of the repo that is created at target/test-classes/m2repo is built by maven-plugin-testing-tools but this is only 1Mb on disk.... The eclipse profiling tools don't offer any visibility into the problem because the dynamic nature of junit is hiding the information from it. Anyone more knowledgeable know why this takes so long and if there is anyway to speed it up? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
