Adding maven-error-diagnoser to the exclusions list in the plugin manager.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@355649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-12-09 23:33:01 +00:00
parent 98141f24ff
commit ee3df7f885
1 changed files with 1 additions and 0 deletions

View File

@ -1100,6 +1100,7 @@ public class DefaultPluginManager
artifacts.add( "maven-artifact" );
artifacts.add( "maven-artifact-manager" );
artifacts.add( "maven-core" );
artifacts.add( "maven-error-diagnoser" );
artifacts.add( "maven-model" );
artifacts.add( "maven-monitor" );
artifacts.add( "maven-plugin-api" );