mirror of https://github.com/apache/maven.git
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:
parent
c894f62970
commit
36e362367b
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue