You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2022/05/26 16:07:00 UTC

[jira] [Closed] (MENFORCER-307) Removed deprecated marked unCheckedPlugins in favour of unCheckedPluginList

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

Sylwester Lachiewicz closed MENFORCER-307.
------------------------------------------
    Resolution: Abandoned

> Removed deprecated marked unCheckedPlugins in favour of unCheckedPluginList
> ---------------------------------------------------------------------------
>
>                 Key: MENFORCER-307
>                 URL: https://issues.apache.org/jira/browse/MENFORCER-307
>             Project: Maven Enforcer Plugin
>          Issue Type: Task
>    Affects Versions: 3.0.0-M1, 3.0.0-M2
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>
> Currently the code of {{RequirePluginVersion}} states in the code
> {code:java}
>     /**
>      * Plugins to skip for version enforcement. The plugins should be specified in the form:
>      * <code>group:artifactId</code>. NOTE: This is deprecated, use unCheckedPluginList instead.
>      * 
>      * @see {@link #setUnCheckedPlugins(List)}
>      * @see {@link #getUnCheckedPlugins()}
>      */
>     private List<String> unCheckedPlugins;
> {code}
> So we should remove that before final 3.0.0 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)