[ https://issues.apache.org/jira/browse/MSHARED-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843547#comment-17843547 ]
ASF GitHub Bot commented on MSHARED-1390: ----------------------------------------- slawekjaranowski commented on code in PR #76: URL: https://github.com/apache/maven-invoker/pull/76#discussion_r1590269182 ########## src/main/java/org/apache/maven/shared/invoker/InvocationRequest.java: ########## @@ -552,6 +553,16 @@ enum CheckSumPolicy { */ InvocationRequest addArg(String arg); + /** + * Add a raw arguments list to Maven cli command at the end of other arguments. Review Comment: done > Deprecate InvocationRequest#setGoals > ------------------------------------ > > Key: MSHARED-1390 > URL: https://issues.apache.org/jira/browse/MSHARED-1390 > Project: Maven Shared Components > Issue Type: Improvement > Components: maven-invoker > Reporter: Slawomir Jaranowski > Assignee: Slawomir Jaranowski > Priority: Major > Fix For: maven-invoker-3.3.0 > > > We should avoid parsing command line arguments. > Raw arguments should be used. -- This message was sent by Atlassian Jira (v8.20.10#820010)