JCE workaround
If the plugin is used with Java 7 and newer it requires unlimited Java Cryptography Extension policy (JCE). It's not a part of standard JDK installation and should be downloaded and installed separately.
You can find download links here:
- Download JCE for JDK 7
- Download JCE for JDK 8
If JCE policy in not installed you can see a build exception
java.security.InvalidKeyException: Illegal key size or default parameters
There are 2 ways to solve the issue:
- Install JCE policy for maven JDK
- Use plugin configuration property JCE Workaround
More details about the workaround are here