Comment 1 for bug 1647405

Revision history for this message
Leo Arias (elopio) wrote : Re: maven plugin doesn't work on armhf

On the maven central forum they pointed me to the same problem in stackoverflow, and this answer:
http://stackoverflow.com/a/39322093/2665322

So it seems that openjdk doesn't work nicely with encryption in armhf.

They offer two solutions:
 1. use oracle's jre.
 2. change the default crypto provider.

The second option is something we could do on the plugin when we detect that we are running in armhf. It's not nice, and has too many steps for me to like it, but it should be possible.