You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:03 UTC

[jira] [Updated] (MNG-6065) Creating option --fail-on-severity / -fos to support errorless or warningless builds

     [ https://issues.apache.org/jira/browse/MNG-6065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated MNG-6065:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> Creating option --fail-on-severity / -fos to support errorless or warningless builds
> ------------------------------------------------------------------------------------
>
>                 Key: MNG-6065
>                 URL: https://issues.apache.org/jira/browse/MNG-6065
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 3.5.0
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>              Labels: infosupport
>             Fix For: 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> I've been thinking the option {{--fail-level}} / {{-fl}} which is {{error}} by default, but could be changed to {{warning}}/{{warn}}. We've had similar request and they make sense: one should be able to execute a build without any warnings.
>  I did an attempt to hook into the Logger to but that seems very tricky. The other option is to have this level available in the API, so Maven core and plugins can verify it for themselves and decide to throw an Exception. It is a simple implementation, but now every component is responsible for checking it, not really my preferred solution.



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