xjc and java 11: How to enable episode plugin?

Viewed 514

I'm using the command-line xjc from the jaxb-ri 2.3.3 maven artifact
(https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-ri/2.3.3/jaxb-ri-2.3.3.zip).

It seems that the episode plugin cannot be loaded (more precisely it isn't found at all by the ServiceLoader which is used behind the scenes within xjc's plugin architecture):

unrecognized parameter -episode

Tested on openjdk-11.0.2 on both linux and windows.

What needs to be done to fix this? Thanks!

1 Answers
Related