You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marc Wrobel (JIRA)" <ji...@apache.org> on 2017/06/12 12:14:00 UTC

[jira] [Created] (MJARSIGNER-52) Cannot sign spring-boot 'fully executable' jar

Marc Wrobel created MJARSIGNER-52:
-------------------------------------

             Summary: Cannot sign spring-boot 'fully executable' jar
                 Key: MJARSIGNER-52
                 URL: https://issues.apache.org/jira/browse/MJARSIGNER-52
             Project: Maven Jar Signer Plugin
          Issue Type: Bug
    Affects Versions: 1.4
         Environment: Linux, JDK 8
            Reporter: Marc Wrobel
            Priority: Minor


When I try to sign a spring-boot 'fully executable' jar (e.g. jar file that embeds an extra script at the front of the file - see https://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.html) the maven-jarsigner-plugin ignores the artifact to sign :
{quote}[INFO] --- maven-jarsigner-plugin:1.4:sign (sign) @ xxx ---
[INFO] Unsupported artifact xxx ignored
[INFO] 0 archive(s) processed{quote}

If I sign the same artifact with JDK's jarsigner or if I sign a 'regular' jar everything is fine.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)