mirror of https://github.com/apache/maven.git
o Increased method visibility to enable integrators to workaround MNG-4194
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@807759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35101ed744
commit
5bddea6003
|
@ -379,7 +379,8 @@ public class DefaultMavenPluginManager
|
||||||
* no file set is meant to be excluded from the plugin realm in favor of the equivalent library from the current
|
* no file set is meant to be excluded from the plugin realm in favor of the equivalent library from the current
|
||||||
* core distro.
|
* core distro.
|
||||||
*/
|
*/
|
||||||
private List<Artifact> resolvePluginArtifacts( Plugin plugin, Artifact pluginArtifact,
|
// FIXME: only exposed to allow workaround for MNG-4194
|
||||||
|
protected List<Artifact> resolvePluginArtifacts( Plugin plugin, Artifact pluginArtifact,
|
||||||
RepositoryRequest repositoryRequest )
|
RepositoryRequest repositoryRequest )
|
||||||
throws PluginResolutionException
|
throws PluginResolutionException
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue