Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.4
-
None
-
None
-
Linux, JDK 8
Description
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 :
[INFO] — maven-jarsigner-plugin:1.4:sign (sign) @ xxx —
[INFO] Unsupported artifact xxx ignored
[INFO] 0 archive(s) processed
If I sign the same artifact with JDK's jarsigner or if I sign a 'regular' jar everything is fine.