I'm exploring the maven build capabilities and therefore try to build the example workspace from github: https://github.com/axonivy/project-build-examples/tree/7.0 But the build fails very early when entering
What am I missing? asked 15.06.2018 at 04:01 SupportIvyTeam ♦♦ Reguel Werme... ♦♦ |
This happens when an old JDK is used to run maven. Oracle once updated the Root certificates in the JDK. The certificates used to validate the default engine download page is no longer valid. To verify the JDK you are using inspect your environment variables:
If it points to binaries older than 1.8.0_171 you should install the latest 1.8 JDK. Ensure that you update the JAVA_HOME variable to the newly installed JDK afterwards. answered 15.06.2018 at 04:06 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 15.06.2018 at 04:01
Seen: 4,205 times
Last updated: 15.06.2018 at 04:07