[ 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)