Uploaded image for project: 'Maven JAR Plugin'
  1. Maven JAR Plugin
  2. MJAR-130

Sign goal fails on projects with maven-plugin packaging

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.2
    • None
    • None
    • None

    Description

      If you run jar:sign on a project with maven-plugin packaging, jarsigner is run with the argument '<build dir>/<projectname><version>.maven-plugin' instead of '<build dir>/<projectname><version>.jar'.

      A workaround is to add the configuration: <jarPath>${project.build.directory}/${project.build.finalName}.jar</jarPath> which is not very elegant.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              eddsteel Edd Steel
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: