mirror of https://github.com/apache/maven.git
o Updated test setup to account for changed default value
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27afcb3aff
commit
06a7b6abec
|
@ -114,6 +114,7 @@ public abstract class AbstractMavenProjectTestCase
|
|||
ProjectBuilderConfiguration configuration = new DefaultProjectBuilderConfiguration();
|
||||
configuration.setLocalRepository( getLocalRepository() );
|
||||
configuration.setRemoteRepositories( Arrays.asList( new ArtifactRepository[]{} ) );
|
||||
configuration.setProcessPlugins( false );
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue