mirror of https://github.com/apache/maven.git
Fix compilation error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@493028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad045aaa88
commit
7f1b796988
|
@ -199,8 +199,8 @@ public class PluginParameterExpressionEvaluatorTest
|
|||
throws CycleDetectedException, DuplicateProjectException
|
||||
{
|
||||
return new MavenSession( container, new Settings(), repo, new DefaultEventDispatcher(),
|
||||
new ReactorManager( Collections.EMPTY_LIST ), Collections.EMPTY_LIST, ".",
|
||||
new Properties(), new Date() );
|
||||
new ReactorManager( Collections.EMPTY_LIST, ReactorManager.FAIL_FAST ),
|
||||
Collections.EMPTY_LIST, ".", new Properties(), new Date() );
|
||||
}
|
||||
|
||||
public void testLocalRepositoryExtraction()
|
||||
|
|
Loading…
Reference in New Issue