Hervé Boutemy opened MSHARED-924 and commented
<relocation>
<pattern>org.codehaus.plexus.xml</pattern>
<shadedPattern>org.apache.maven.reporting.exec.xml</shadedPattern>
</relocation>
should have been
<pattern>org.codehaus.plexus.util.xml.Xpp3DomUtils</pattern>
<shadedPattern>org.apache.maven.reporting.exec.xml.Xpp3DomUtils</shadedPattern>
with failed relocation, Xpp3DomUtils class remains in org.codehaus.plexus.util.xml package, risking conflicts with class from dependencies, depending on order: even if initial tests in maven-site-plugin didn't show any problem, let's remove the risk and fix the relocation
Affects: maven-reporting-exec-1.5
Hervé Boutemy opened MSHARED-924 and commented
should have been
with failed relocation, Xpp3DomUtils class remains in org.codehaus.plexus.util.xml package, risking conflicts with class from dependencies, depending on order: even if initial tests in maven-site-plugin didn't show any problem, let's remove the risk and fix the relocation
Affects: maven-reporting-exec-1.5