mirror of https://github.com/apache/maven.git
surefire 1.2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8851f36bba
commit
ba64bcb3ce
|
@ -157,7 +157,7 @@ public class SurefireBooter
|
|||
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "junit/jars/junit-3.8.1.jar" ).getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "surefire/jars/surefire-1.1.jar" ).getPath() );
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "surefire/jars/surefire-1.2-SNAPSHOT.jar" ).getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( new File( basedir, "target/classes/" ).getPath() );
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ public class SurefirePlugin
|
|||
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "junit/jars/junit-3.8.1.jar" ).getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "surefire/jars/surefire-1.1.jar" ).getPath() );
|
||||
surefireBooter.addClassPathUrl( new File( mavenRepoLocal, "surefire/jars/surefire-1.2-SNAPSHOT.jar" ).getPath() );
|
||||
|
||||
surefireBooter.addClassPathUrl( new File( classesDirectory ).getPath() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue