OPEN - issue MNG-3012: ClassCastException due to plexus-utils NOT being filtered during plugin loading

http://jira.codehaus.org/browse/MNG-3012

Removing some debug output that will be quite noisy...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@543189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-05-31 17:30:41 +00:00
parent dc2f469a10
commit 2f49e47227

View File

@ -432,7 +432,6 @@ private void addPlugin( Plugin plugin, Plugin projectPlugin, Artifact pluginArti
// adding for MNG-3012 to try to work around problems with Xpp3Dom (from plexus-utils) // adding for MNG-3012 to try to work around problems with Xpp3Dom (from plexus-utils)
// spawning a ClassCastException when a mojo calls plugin.getConfiguration() from maven-model... // spawning a ClassCastException when a mojo calls plugin.getConfiguration() from maven-model...
getLogger().info( "\n\n\n\n***** Adding import for " + Xpp3Dom.class.getName() + "\nPlugin: " + projectPlugin.getKey() + " *****\n\n\n\n" );
componentRealm.importFrom( componentRealm.getParentRealm().getId(), Xpp3Dom.class.getName() ); componentRealm.importFrom( componentRealm.getParentRealm().getId(), Xpp3Dom.class.getName() );
// StringBuffer debugMessage = new StringBuffer(); // StringBuffer debugMessage = new StringBuffer();