use of org.apache.maven.plugins.dependency.testUtils.DependencyArtifactStubFactory in project maven-plugins by apache.
the class TestMarkerFileFilter method setUp.
protected void setUp() throws Exception {
super.setUp();
outputFolder = new File("target/markers/");
DependencyTestUtils.removeDirectory(outputFolder);
assertFalse(outputFolder.exists());
this.fact = new DependencyArtifactStubFactory(outputFolder, false);
artifacts = fact.getReleaseAndSnapshotArtifacts();
}
Aggregations