mirror of https://github.com/apache/maven.git
o Propagated interactive mode to repository system
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15f0acf6b6
commit
53cd87f2d9
|
@ -336,6 +336,7 @@ public class DefaultMaven
|
||||||
session.setSystemProps( request.getSystemProperties() );
|
session.setSystemProps( request.getSystemProperties() );
|
||||||
Map<Object, Object> configProps = new LinkedHashMap<Object, Object>();
|
Map<Object, Object> configProps = new LinkedHashMap<Object, Object>();
|
||||||
configProps.put( ConfigurationProperties.USER_AGENT, getUserAgent() );
|
configProps.put( ConfigurationProperties.USER_AGENT, getUserAgent() );
|
||||||
|
configProps.put( ConfigurationProperties.INTERACTIVE, Boolean.valueOf( request.isInteractiveMode() ) );
|
||||||
configProps.putAll( request.getSystemProperties() );
|
configProps.putAll( request.getSystemProperties() );
|
||||||
configProps.putAll( request.getUserProperties() );
|
configProps.putAll( request.getUserProperties() );
|
||||||
session.setConfigProps( configProps );
|
session.setConfigProps( configProps );
|
||||||
|
|
Loading…
Reference in New Issue