You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Yannick Menager (JIRA)" <ji...@codehaus.org> on 2014/08/31 17:36:10 UTC

[jira] (MJARSIGNER-38) removeExistingSignatures recompressing all files (major problem with android)

Yannick Menager created MJARSIGNER-38:
-----------------------------------------

             Summary: removeExistingSignatures recompressing all files (major problem with android)
                 Key: MJARSIGNER-38
                 URL: https://jira.codehaus.org/browse/MJARSIGNER-38
             Project: Maven Jar Signer Plugin
          Issue Type: Bug
    Affects Versions: 1.3.2
         Environment: maven 3
            Reporter: Yannick Menager


When removeExistingSignatures is set to true, it seem to recompress all file.

So if the flag is set to false, i get

    7532  Stored     7532   0%  08-31-14 16:23  bbd535df  res/drawable-xxhdpi/connect.png

If it is set to true, i get 

  2954  Defl:N     2959  -0%  08-31-14 16:24  d8342319  res/drawable-hdpi/connect.png

Defl:N meaning that it's compressed, and Stored that it isn't.

This is a MAJOR problem for android apps that use it (and I wouldn't be surprised if nowadays android devs are the primary users of this plugin), since certain resources CAN'T be compressed, or the app will break totally



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)