mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
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 @@ protected MavenProject getProjectWithDependencies( File pom )
|
||||
ProjectBuilderConfiguration configuration = new DefaultProjectBuilderConfiguration();
|
||||
configuration.setLocalRepository( getLocalRepository() );
|
||||
configuration.setRemoteRepositories( Arrays.asList( new ArtifactRepository[]{} ) );
|
||||
configuration.setProcessPlugins( false );
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user