Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-924

fix Xpp3DomUtils shading relocation

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    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

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            hboutemy Herve Boutemy
            hboutemy Herve Boutemy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment