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