mirror of https://github.com/apache/maven.git
o the reporting api and toolchain are not required in the core as they will be loaded correctly as needed.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@760279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55101a5368
commit
453781bc67
|
@ -62,12 +62,8 @@ public class DefaultArtifactFilterManager
|
|||
artifacts.add( "maven-plugin-registry" );
|
||||
artifacts.add( "maven-profile" );
|
||||
artifacts.add( "maven-project" );
|
||||
artifacts.add( "maven-reporting-api" );
|
||||
artifacts.add( "maven-repository-metadata" );
|
||||
artifacts.add( "maven-settings" );
|
||||
//adding shared/maven-toolchain project here, even though not part of the default
|
||||
//distro yet.
|
||||
artifacts.add( "maven-toolchain" );
|
||||
artifacts.add( "plexus-component-api" );
|
||||
artifacts.add( "plexus-container-default" );
|
||||
artifacts.add( "plexus-interactivity-api" );
|
||||
|
|
Loading…
Reference in New Issue