You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/15 20:23:54 UTC

svn commit: r677002 - /maven/components/trunk/maven-distribution/pom.xml

Author: jdcasey
Date: Tue Jul 15 11:23:54 2008
New Revision: 677002

URL: http://svn.apache.org/viewvc?rev=677002&view=rev
Log:
rolling back MNG-3503 properly.

Modified:
    maven/components/trunk/maven-distribution/pom.xml

Modified: maven/components/trunk/maven-distribution/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/pom.xml?rev=677002&r1=677001&r2=677002&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/pom.xml (original)
+++ maven/components/trunk/maven-distribution/pom.xml Tue Jul 15 11:23:54 2008
@@ -176,7 +176,8 @@
                     <relocation>
                       <pattern>org.codehaus.plexus.util</pattern>
                       <excludes>
-                        <exclude>org.codehaus.plexus.util.xml</exclude>
+                        <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude>
+                        <exclude>org.codehaus.plexus.util.xml.pull.*</exclude>
                       </excludes>
                     </relocation>
                   </relocations>