mirror of https://github.com/apache/maven.git
remove commented out sections from last commit
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@188691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d31796e99
commit
619871e7bd
|
@ -54,13 +54,6 @@
|
||||||
<artifactId>maven-plugin-descriptor</artifactId>
|
<artifactId>maven-plugin-descriptor</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- TODO: remove
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.maven.reporting</groupId>
|
|
||||||
<artifactId>maven-reporting-api</artifactId>
|
|
||||||
<version>2.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-cli</groupId>
|
<groupId>commons-cli</groupId>
|
||||||
<artifactId>commons-cli</artifactId>
|
<artifactId>commons-cli</artifactId>
|
||||||
|
|
|
@ -774,12 +774,11 @@ public class DefaultPluginManager
|
||||||
public void initialize()
|
public void initialize()
|
||||||
{
|
{
|
||||||
// TODO: configure this from bootstrap or scan lib
|
// TODO: configure this from bootstrap or scan lib
|
||||||
artifactFilter = new ExclusionSetFilter( new String[]{"classworlds", /*"doxia-core",*/ "maven-artifact",
|
artifactFilter = new ExclusionSetFilter( new String[]{"classworlds", "maven-artifact", "maven-core",
|
||||||
"maven-core", "maven-model", "maven-monitor",
|
"maven-model", "maven-monitor", "maven-plugin-api",
|
||||||
"maven-plugin-api", "maven-plugin-descriptor",
|
"maven-plugin-descriptor", "maven-project",
|
||||||
"maven-project", /*"maven-reporting-api",*/ "maven-settings",
|
"maven-settings", "plexus-container-default",
|
||||||
"plexus-container-default", "plexus-utils",
|
"plexus-utils", "wagon-provider-api"} );
|
||||||
"wagon-provider-api"} );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue