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 5252 <version >@project.version@</version >
5353 <classifier >tests</classifier >
5454 </dependency >
55- <dependency >
56- <groupId >commons-io</groupId >
57- <artifactId >commons-io</artifactId >
58- <version >2.7</version >
59- </dependency >
6055 </dependencies >
6156 </plugin >
6257 </plugins >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class MavenProjectBasicStub extends MavenProjectStub {
3737 public MavenProjectBasicStub (String id ) {
3838 properties = new Properties ();
3939 identifier = id ;
40- testRootDir = PlexusTestCase .getBasedir () + "/target/test-classes/ unit/test-dir/" + identifier ;
40+ testRootDir = PlexusTestCase .getBasedir () + "/target/unit/test-dir/" + identifier ;
4141
4242 if (!FileUtils .fileExists (testRootDir )) {
4343 FileUtils .mkdir (testRootDir );
You can’t perform that action at this time.
0 commit comments