Add automatically maven.repo.local to system properties.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-09-30 14:48:07 +00:00
parent c894f62970
commit 36e362367b
1 changed files with 1 additions and 1 deletions

View File

@ -127,8 +127,8 @@ public class DefaultMavenProjectBuilder
localRepositoryValue = superModel.getLocal().getRepository();
}
// TODO: systemProperty in modello will make this redundant
localRepositoryValue = System.getProperty( "maven.repo.local", localRepositoryValue );
System.setProperty( "maven.repo.local", localRepositoryValue );
ArtifactRepository localRepository = null;
if ( localRepositoryValue != null )