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/04 18:57:58 UTC

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

Author: jdcasey
Date: Fri Jul  4 09:57:57 2008
New Revision: 674093

URL: http://svn.apache.org/viewvc?rev=674093&view=rev
Log:
[MNG-3503] Adding config to shade MX* classes from plexus-utils.

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=674093&r1=674092&r2=674093&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/pom.xml (original)
+++ maven/components/trunk/maven-distribution/pom.xml Fri Jul  4 09:57:57 2008
@@ -185,7 +185,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>