You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/10/29 19:23:00 UTC

[jira] [Commented] (MRELEASE-1101) Completely revise argument(s) handling

    [ https://issues.apache.org/jira/browse/MRELEASE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626121#comment-17626121 ] 

Michael Osipov commented on MRELEASE-1101:
------------------------------------------

[~gnodet], I think this is the last *major* block for GA. We must stop parsing args, but go as array.

> Completely revise argument(s) handling
> --------------------------------------
>
>                 Key: MRELEASE-1101
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-1101
>             Project: Maven Release Plugin
>          Issue Type: Task
>    Affects Versions: 3.0.0-M6
>            Reporter: Michael Osipov
>            Priority: Major
>
> Currently, we have multiple parameters which accept goals, args, options, etc. They suffer from several problems:
> * They accept everything and don't reject. E.g., goals should accepts goals only which is not the case.
> * It accepts one arg line and internally parses it.
> Both is wrong:
> * We need exactly *one* config element {{<arguments />}} which take everything what forked Maven shall receive
> * We do double, brittle parsing. It must be one arg at a time, therefore a single string must be rather a array/list of args.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)