mirror of https://github.com/apache/maven.git
oopps, bad test
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98066ab241
commit
8400eeeefe
|
@ -153,7 +153,7 @@ public class MBoot
|
|||
{
|
||||
userModelReader.parse( settingsXml );
|
||||
|
||||
if ( mavenRepoLocal != null )
|
||||
if ( mavenRepoLocal == null )
|
||||
{
|
||||
// user don't override mavenRepoLocal with maven.repo.local system property
|
||||
mavenRepoLocal = userModelReader.getLocalRepository();
|
||||
|
|
Loading…
Reference in New Issue