mirror of https://github.com/apache/maven.git
o Enabled debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@823107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9b3998514
commit
87e56ea9f2
|
@ -11,6 +11,7 @@ import org.apache.maven.execution.MavenSession;
|
|||
import org.apache.maven.model.Plugin;
|
||||
import org.apache.maven.plugin.MojoExecution;
|
||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||
import org.codehaus.plexus.DefaultPlexusContainer;
|
||||
import org.codehaus.plexus.component.annotations.Requirement;
|
||||
import org.codehaus.plexus.util.xml.Xpp3Dom;
|
||||
|
||||
|
@ -24,6 +25,7 @@ public class LifecycleExecutorTest
|
|||
throws Exception
|
||||
{
|
||||
super.setUp();
|
||||
( (DefaultPlexusContainer) getContainer() ).getLoggerManager().setThresholds( 0 );
|
||||
lifecycleExecutor = (DefaultLifecycleExecutor) lookup( LifecycleExecutor.class );
|
||||
lookup( ExceptionHandler.class );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue