mirror of https://github.com/apache/maven.git
o Added debug output
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@793332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c36b12739b
commit
772b8b3f1b
|
@ -79,6 +79,8 @@ public class MavenEmbedderTest
|
|||
configuration.setUserSettingsFile( MavenEmbedder.DEFAULT_USER_SETTINGS_FILE );
|
||||
|
||||
mavenEmbedder = new MavenEmbedder( configuration );
|
||||
|
||||
System.err.println( "CHECK-CHECK: " + mavenEmbedder.getLocalRepository().getBasedir() );
|
||||
}
|
||||
|
||||
protected void tearDown()
|
||||
|
|
Loading…
Reference in New Issue