mirror of https://github.com/apache/maven.git
exclude wagon-api from resolution, it comes from core
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5eb67a452f
commit
1f205ca4c0
|
@ -475,10 +475,11 @@ public class DefaultPluginManager
|
||||||
|
|
||||||
public void initialize()
|
public void initialize()
|
||||||
{
|
{
|
||||||
|
// TODO: configure this from bootstrap or scan lib
|
||||||
artifactFilter = new ExclusionSetFilter( new String[]{"maven-core", "maven-artifact", "maven-model",
|
artifactFilter = new ExclusionSetFilter( new String[]{"maven-core", "maven-artifact", "maven-model",
|
||||||
"maven-monitor", "maven-plugin", "plexus-container-api",
|
"maven-monitor", "maven-plugin", "plexus-container-api",
|
||||||
"plexus-container-default", "plexus-artifact-container",
|
"plexus-container-default", "plexus-artifact-container",
|
||||||
"classworlds"} );
|
"wagon-provider-api", "classworlds"} );
|
||||||
|
|
||||||
// TODO: move this to be configurable from the Maven component
|
// TODO: move this to be configurable from the Maven component
|
||||||
remotePluginRepositories = new HashSet();
|
remotePluginRepositories = new HashSet();
|
||||||
|
|
Loading…
Reference in New Issue