Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-reporting-exec-1.5
-
None
Description
<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