Adding maven-plugin back to the exclude filter for artifact download temporarily, until the plugins are fixed...feel free to roll this back if it's a horrible idea.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-04-13 18:44:13 +00:00
parent 86536e319f
commit f0e391dba7
1 changed files with 2 additions and 1 deletions

View File

@ -688,7 +688,8 @@ public class DefaultPluginManager
"maven-settings", "maven-monitor", "maven-plugin-api",
"maven-plugin-descriptor", "plexus-container-default",
"plexus-artifact-container", "wagon-provider-api",
"classworlds"} );
"classworlds",
"maven-plugin" /* Just re-added until all plugins are switched over...*/} );
}
// ----------------------------------------------------------------------