mirror of https://github.com/apache/maven.git
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:
parent
86536e319f
commit
f0e391dba7
|
@ -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...*/} );
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue