o exclude the rest of the xml classes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@547149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-06-14 06:58:56 +00:00
parent 9d341d66f1
commit a441f3d28a
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ public class DefaultPluginManager
// 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...
componentRealm.importFrom( componentRealm.getParentRealm().getId(), Xpp3Dom.class.getName() ); componentRealm.importFrom( componentRealm.getParentRealm().getId(), Xpp3Dom.class.getName() );
componentRealm.importFrom( componentRealm.getParentRealm().getId(), "plexus.core", "org.codehaus.plexus.util.xml.pull" );
} }
catch ( PlexusContainerException e ) catch ( PlexusContainerException e )
{ {