michael-o commented on PR #810: URL: https://github.com/apache/maven/pull/810#issuecomment-1295364458
> > What about org.apache.maven.cli.MavenCli#populateProperties ? I thought this is to stop doing that? > > Oh, this is against master, and am looking at 3.9.x.... my point was, will this stop injecting Maven user properties into Java System.properties? This will also be applied to 3.9.x. This PR does *not* change any behavior. This just clarifies that Maven CLI accepts user properties, system properties cannot be passed via CLI. Please must know that `mvn -Dfoo=bar` are *not* system properties. The promotion is a seperate issue which requires preparation with Maven Invoker first. I have discussed this with @slawekjaranowski already. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org