mirror of https://github.com/apache/maven.git
oops, sorry.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23611891ee
commit
f86c48140b
|
@ -227,11 +227,11 @@ public class SurefirePlugin
|
|||
|
||||
getLog().debug( "Test Classpath :" );
|
||||
|
||||
getLog.debug( testClassesDirectory.getPath() );
|
||||
getLog().debug( testClassesDirectory.getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( testClassesDirectory.getPath() );
|
||||
|
||||
getLog.debug( classesDirectory.getPath() );
|
||||
getLog().debug( classesDirectory.getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( classesDirectory.getPath() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue