michael-o opened a new pull request #488: URL: https://github.com/apache/maven/pull/488
Since we don't have a clear specification of the file format change reading of the file to a one-arg-per-line basis just like Java's @argfiles or Python's argparse would handle it. Consider that jvm.config suffers from the same issue its parsing is not portable between Bourne shell and Windows Command prompt. We also need to change [this](https://maven.apache.org/configure.html) and mention that `jvm.config` parsing is not portable. I am inclined to backport this to 3.8.x although this might break for people for two reasons: * Consistency between Maven 3 and 4 * Config files can be changed and will continue to work on older Maven versions * All other arg file approaches use a one-arg-per-line approach -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
