Disclaimer: I know the basics of signing an APKs and I have a problem with only one of my projects and only when signing with Microsoft Windows as the OS.>
The solution is add this to the of the maven-jarsigner-plugin:
-sigalgMD5withRSA -digestalgSHA1
Ant already has direct support for this, but the Maven plugin does not.