mirror of https://github.com/apache/maven.git
o remove debug output
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@768724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d94c0e791a
commit
3d0338e0ea
|
@ -217,8 +217,6 @@ public abstract class AbstractArtifactComponentTestCase
|
|||
{
|
||||
Artifact artifact = createArtifact( artifactId, version );
|
||||
|
||||
System.out.println( "1 " + artifact );
|
||||
|
||||
createArtifact( artifact, remoteRepository() );
|
||||
|
||||
return artifact;
|
||||
|
@ -243,8 +241,6 @@ public abstract class AbstractArtifactComponentTestCase
|
|||
|
||||
File artifactFile = new File( repository.getBasedir(), path );
|
||||
|
||||
System.out.println( "2 " + artifactFile.getParentFile() );
|
||||
|
||||
if ( !artifactFile.getParentFile().exists() )
|
||||
{
|
||||
artifactFile.getParentFile().mkdirs();
|
||||
|
|
Loading…
Reference in New Issue