mirror of https://github.com/apache/maven.git
o removing debug
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c88509721
commit
41977f976a
|
@ -20,15 +20,6 @@ package org.apache.maven.embedder;
|
|||
*/
|
||||
|
||||
import org.codehaus.plexus.PlexusTestCase;
|
||||
import org.codehaus.plexus.util.FileUtils;
|
||||
import org.apache.maven.execution.MavenExecutionRequest;
|
||||
import org.apache.maven.execution.DefaultMavenExecutionRequest;
|
||||
import org.apache.maven.execution.MavenExecutionResult;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
import java.util.Arrays;
|
||||
import java.util.Iterator;
|
||||
|
||||
public abstract class AbstractEmbedderTestCase
|
||||
extends PlexusTestCase
|
||||
|
@ -40,8 +31,6 @@ public abstract class AbstractEmbedderTestCase
|
|||
{
|
||||
super.setUp();
|
||||
|
||||
System.out.println( ">>> " + getBasedir() );
|
||||
|
||||
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
|
||||
|
||||
Configuration configuration = new DefaultConfiguration()
|
||||
|
|
Loading…
Reference in New Issue