You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2021/05/21 14:17:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17349287#comment-17349287 ] 

Robert Scholte commented on MENFORCER-307:
------------------------------------------

I see the note, but I don't understand why we would prefer a String over a list of groupId:artifactId.
To me it would make more sense to remove the unCheckedPluginList-field 

> 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
>             Fix For: 3.0.0, 3.0.0-M4
>
>
> 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.3.4#803005)