I generate javadoc for my project, and host the generated files over HTTPS. But when I click on the link to fetch the JavaDoc of an external class, the content is blocked, because it's on HTTP (for example, Oracle classes). So a reference to the Object class turns up like this in my JavaDoc:
http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true
I could not find anything to configure this in the javadoc maven plugin. What could I do to link to the proper HTTPS external JavaDoc pages?