You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2006/12/12 00:27:23 UTC

[m2] eclipse:eclipse unit tests are slow for RadPluginTest and EclipsePluginTest

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org