0

I am using the default configuration of maven-javadoc-plugin 3.2.0 I would like to generate something like the the testapidocs, but unfortunately it generates only NOFRAMES doc. I tried playing a little bit with no success. Anyone else having the same behaviour? Regards

Sixro
  • 402
  • 4
  • 16

1 Answers1

0

Answering my own question :)

this is the behaviour when you use Java 11. Changing it to Java 1.8 generates the frames. So I think it has been changed in the default doclet.

Sixro
  • 402
  • 4
  • 16