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 19:29:22 UTC

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

Author: jdcasey
Date: Tue Jul 15 10:29:22 2008
New Revision: 676986

URL: http://svn.apache.org/viewvc?rev=676986&view=rev
Log:
Revert MNG-3503 until we can figure out how to deal with linkage error when installing site descriptor during a POM build.

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=676986&r1=676985&r2=676986&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/pom.xml (original)
+++ maven/components/trunk/maven-distribution/pom.xml Tue Jul 15 10:29:22 2008
@@ -176,10 +176,7 @@
                     <relocation>
                       <pattern>org.codehaus.plexus.util</pattern>
                       <excludes>
-                        <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</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>
+                        <exclude>org.codehaus.plexus.util.xml</exclude>
                       </excludes>
                     </relocation>
                   </relocations>