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 2023/02/03 20:51:00 UTC

[jira] [Closed] (MARTIFACT-38) Show failure reason and fail build if a plugin is marked as "fail", even if no solution available

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

Michael Osipov closed MARTIFACT-38.
-----------------------------------
    Resolution: Fixed

Fixed with  [acc0cdb44f9e395c3cec995b270af7e728a70a1d|https://gitbox.apache.org/repos/asf?p=maven-artifact-plugin.git;a=commit;h=acc0cdb44f9e395c3cec995b270af7e728a70a1d].

> Show failure reason and fail build if a plugin is marked as "fail", even if no solution available
> -------------------------------------------------------------------------------------------------
>
>                 Key: MARTIFACT-38
>                 URL: https://issues.apache.org/jira/browse/MARTIFACT-38
>             Project: Maven Artifact Plugin
>          Issue Type: Improvement
>          Components: artifact:check-buildplan
>    Affects Versions: 3.3.0
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>
> currently, plugin shows a warning and continues:
> {noformat}
> [WARN] plugin without solution org.springframework.boot:spring-boot-maven-plugin:2.5.5
> {noformat}
> it would be better to report ERROR and the corresponding plugin issue (given it's provided in plugin issues config file: https://github.com/apache/maven-artifact-plugin/blob/master/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties )
> {noformat}
> [ERROR] plugin without solution org.springframework.boot:spring-boot-maven-plugin:2.5.5, see https://github.com/spring-projects/spring-boot/issues/21005
> {noformat}



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