mirror of https://github.com/apache/maven.git
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:
parent
3502cae978
commit
092c9b2423
|
@ -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"} );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue