mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
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:
parent
dc2f469a10
commit
2f49e47227
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user