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:
Benjamin Bentmann 2009-08-25 18:45:50 +00:00
parent 35101ed744
commit 5bddea6003
1 changed files with 2 additions and 1 deletions

View File

@ -379,7 +379,8 @@ public void setupPluginRealm( PluginDescriptor pluginDescriptor, MavenSession se
* no file set is meant to be excluded from the plugin realm in favor of the equivalent library from the current
* 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 )
throws PluginResolutionException
{