fix typo in exclusion list

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@165074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-28 00:42:33 +00:00
parent 3502cae978
commit 092c9b2423
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ public class DefaultPluginManager
artifactFilter = new ExclusionSetFilter( new String[]{"maven-core", "maven-artifact", "maven-model",
"maven-settings", "maven-monitor", "maven-plugin-api",
"maven-plugin-descriptor", "plexus-container-default",
"maven-project", "plexus-artifact-container",
"maven-project", "plexus-container-artifact",
"wagon-provider-api", "classworlds", "maven-plugin"} );
}