Fix Logging in the Maven Test Plugin.
Brought to you by:
rupertlssmith
Fix the plugin so that its logging works. The test runner is running under a separate class loader, so should be able to set up a default log4j.xml on the plugins class path (inside its jar), and have the Mojo configure Log4J to use it.
At the moment, debug and console output is not being displayed.
This is in the current 0.7 snapshot.