Skip to content

[MSHARED-924] fix Xpp3DomUtils shading relocation #71

Description

@jira-importer

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:majorMajor loss of function

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions