File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
test/java/org/apache/maven/plugins/resources/stub Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 52
52
<version >@project.version@</version >
53
53
<classifier >tests</classifier >
54
54
</dependency >
55
- <dependency >
56
- <groupId >commons-io</groupId >
57
- <artifactId >commons-io</artifactId >
58
- <version >2.7</version >
59
- </dependency >
60
55
</dependencies >
61
56
</plugin >
62
57
</plugins >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class MavenProjectBasicStub extends MavenProjectStub {
37
37
public MavenProjectBasicStub (String id ) {
38
38
properties = new Properties ();
39
39
identifier = id ;
40
- testRootDir = PlexusTestCase .getBasedir () + "/target/test-classes/ unit/test-dir/" + identifier ;
40
+ testRootDir = PlexusTestCase .getBasedir () + "/target/unit/test-dir/" + identifier ;
41
41
42
42
if (!FileUtils .fileExists (testRootDir )) {
43
43
FileUtils .mkdir (testRootDir );
You can’t perform that action at this time.
0 commit comments