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:
Brett Leslie Porter 2005-03-07 07:22:49 +00:00
parent 5eb67a452f
commit 1f205ca4c0
1 changed files with 2 additions and 1 deletions

View File

@ -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();