You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/10/17 04:59:46 UTC

svn commit: r705450 - /maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Author: brett
Date: Thu Oct 16 19:59:45 2008
New Revision: 705450

URL: http://svn.apache.org/viewvc?rev=705450&view=rev
Log:
[MNG-3503] add shading rules to allow plugins to use newer classes from other pull parser classes that aren't used in the core
Submitted by: Benjamin Bentmann

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/pom.xml?rev=705450&r1=705449&r2=705450&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/apache-maven/pom.xml Thu Oct 16 19:59:45 2008
@@ -106,7 +106,9 @@
                   <pattern>org.codehaus.plexus.util</pattern>
                   <excludes>
                     <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude>
-                    <exclude>org.codehaus.plexus.util.xml.pull.*</exclude>
+                    <exclude>org.codehaus.plexus.util.xml.pull.XmlPullParser</exclude>
+                    <exclude>org.codehaus.plexus.util.xml.pull.XmlPullParserException</exclude>
+                    <exclude>org.codehaus.plexus.util.xml.pull.XmlSerializer</exclude>
                   </excludes>
                 </relocation>
               </relocations>