mirror of https://github.com/apache/maven.git
o Dumped test name to check execution order
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@790249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa549e89b0
commit
53a2e019ed
|
@ -33,7 +33,6 @@ import org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException;
|
|||
import org.apache.maven.artifact.metadata.ArtifactMetadataSource;
|
||||
import org.apache.maven.artifact.metadata.ResolutionGroup;
|
||||
import org.apache.maven.artifact.repository.ArtifactRepository;
|
||||
import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
|
||||
import org.apache.maven.artifact.versioning.ArtifactVersion;
|
||||
|
||||
// It would be cool if there was a hook that i could use to setup a test environment.
|
||||
|
@ -61,6 +60,8 @@ public class ArtifactResolverTest
|
|||
artifactResolver = (DefaultArtifactResolver) lookup( ArtifactResolver.class );
|
||||
|
||||
projectArtifact = createLocalArtifact( "project", "3.0" );
|
||||
|
||||
System.out.println( getName() );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue