mirror of https://github.com/apache/maven.git
o Dump class path order
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@790270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53a2e019ed
commit
c117fb1421
|
@ -57,11 +57,15 @@ public class ArtifactResolverTest
|
|||
{
|
||||
super.setUp();
|
||||
|
||||
for ( java.net.URL url : Collections.list( Thread.currentThread().getContextClassLoader().getResources(
|
||||
"META-INF/plexus/components.xml" ) ) )
|
||||
{
|
||||
System.err.println( url );
|
||||
}
|
||||
|
||||
artifactResolver = (DefaultArtifactResolver) lookup( ArtifactResolver.class );
|
||||
|
||||
projectArtifact = createLocalArtifact( "project", "3.0" );
|
||||
|
||||
System.out.println( getName() );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue