Uploaded image for project: 'Maven Shade Plugin'
  1. Maven Shade Plugin
  2. MSHADE-155

dependency-reduced-pom should use shadedArtifactId

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.4
    • None
    • version 2.1, maven 3.0.5
    • Patch

    Description

      When supplying the shadedArtifactId parameter and generate a dependency-reduced-pom, the reduced pom should use this artifactId.

      This is a 1-line fix in ShadeMojo.createDependencyReducedPom() - simply add:

      model.setArtifactId(shadedArtifactId);

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            rsand2 Richard Sand
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: