mirror of https://github.com/apache/maven.git
[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:
parent
278b580c8f
commit
a7598be94d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue