add wagons to the exclusion list as long as they are in core (needed for site:deploy)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-08 05:18:36 +00:00
parent fc01edf237
commit 7c69d89b08
1 changed files with 4 additions and 3 deletions

View File

@ -488,9 +488,9 @@ public class DefaultPluginManager
if ( value != null )
{
expression = value.getValue( null );
fieldValue = expressionEvaluator.evaluate( expression );
if ( fieldValue == null )
{
fieldValue = value.getAttribute( "default-value", null );
@ -780,7 +780,8 @@ public class DefaultPluginManager
"maven-model", "maven-monitor", "maven-plugin-api",
"maven-plugin-descriptor", "maven-project",
"maven-settings", "plexus-container-default",
"plexus-utils", "wagon-provider-api"} );
"plexus-utils", "wagon-provider-api", "wagon-ssh",
"wagon-http-lightweight", "wagon-file"} );
}
// ----------------------------------------------------------------------