mirror of https://github.com/apache/maven.git
o need a File not a String now.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6b1274828
commit
f0c1975584
|
@ -173,7 +173,7 @@ public class SurefirePlugin
|
|||
}
|
||||
|
||||
surefireBooter.addBattery( "org.codehaus.surefire.battery.DirectoryBattery",
|
||||
new Object[]{basedir, includes, excludes} );
|
||||
new Object[]{ new File( basedir ), includes, excludes} );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue