You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2020/06/10 22:45:00 UTC

[jira] [Created] (MSHARED-924) fix Xpp3DomUtils shading relocation

Herve Boutemy created MSHARED-924:
-------------------------------------

             Summary: fix Xpp3DomUtils shading relocation
                 Key: MSHARED-924
                 URL: https://issues.apache.org/jira/browse/MSHARED-924
             Project: Maven Shared Components
          Issue Type: Bug
          Components: maven-reporting-exec
    Affects Versions: maven-reporting-exec-1.5
            Reporter: Herve Boutemy


{code:xml}<relocation>
                  <pattern>org.codehaus.plexus.xml</pattern>
                  <shadedPattern>org.apache.maven.reporting.exec.xml</shadedPattern>
                </relocation>{code}
should have been
{code:xml}<pattern>org.codehaus.plexus.util.xml</pattern>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)