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:
Emmanuel Venisse 2005-08-04 09:42:09 +00:00
parent 98066ab241
commit 8400eeeefe
1 changed files with 1 additions and 1 deletions

View File

@ -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();