[MNG-3503] Adding config to shade MX* classes from plexus-utils.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-07-04 16:57:57 +00:00
parent 278b580c8f
commit a7598be94d
1 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,9 @@ under the License.
<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>