mirror of https://github.com/apache/maven.git
o Disabled debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@823110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87e56ea9f2
commit
38509d6a46
|
@ -11,7 +11,6 @@ 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;
|
||||
|
||||
|
@ -25,7 +24,6 @@ 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