mirror of https://github.com/apache/maven.git
o sorting the artifacts used in the filter
o adding plexus-i18n which has now been added to the site rendering mechanism to provide internationalization support. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fddbcce347
commit
177692f82c
|
@ -790,15 +790,32 @@ public class DefaultPluginManager
|
||||||
{
|
{
|
||||||
// TODO: configure this from bootstrap or scan lib
|
// TODO: configure this from bootstrap or scan lib
|
||||||
// TODO: Note: maven-plugin just re-added until all plugins are switched over...
|
// TODO: Note: maven-plugin just re-added until all plugins are switched over...
|
||||||
artifactFilter = new ExclusionSetFilter( new String[]{"maven-core", "maven-artifact", "maven-model",
|
artifactFilter = new ExclusionSetFilter( new String[]
|
||||||
"maven-settings", "maven-monitor", "maven-plugin-api",
|
{
|
||||||
"maven-plugin-descriptor", "plexus-container-default",
|
"bsh",
|
||||||
"maven-project", "plexus-container-artifact",
|
"classworlds",
|
||||||
"maven-reporting-api", "doxia-core",
|
"doxia-core",
|
||||||
"wagon-provider-api", "classworlds", "maven-plugin",
|
"marmalade-core",
|
||||||
"plexus-marmalade-factory", "maven-script-marmalade",
|
"maven-artifact",
|
||||||
"maven-script-beanshell", "plexus-bsh-factory", "bsh",
|
"maven-core",
|
||||||
"marmalade-core", "plexus-utils"} );
|
"maven-model",
|
||||||
|
"maven-monitor",
|
||||||
|
"maven-plugin",
|
||||||
|
"maven-plugin-api",
|
||||||
|
"maven-plugin-descriptor",
|
||||||
|
"maven-project",
|
||||||
|
"maven-reporting-api",
|
||||||
|
"maven-script-beanshell",
|
||||||
|
"maven-script-marmalade",
|
||||||
|
"maven-settings",
|
||||||
|
"plexus-bsh-factory",
|
||||||
|
"plexus-container-artifact",
|
||||||
|
"plexus-container-default",
|
||||||
|
"plexus-i18n",
|
||||||
|
"plexus-marmalade-factory",
|
||||||
|
"plexus-utils",
|
||||||
|
"wagon-provider-api"
|
||||||
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue