You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/06/17 18:05:00 UTC

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

Karl Heinz Marbaise created MENFORCER-307:
---------------------------------------------

             Summary: 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-M2, 3.0.0-M1
            Reporter: Karl Heinz Marbaise
             Fix For: 3.0.0


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
(v7.6.3#76005)