David J. M. Karlsen created CXF-7655:
----------------------------------------
Summary: java2swagger maven plugin not java9 compat
Key: CXF-7655
URL: https://issues.apache.org/jira/browse/CXF-7655
Project: CXF
Issue Type: Bug
Reporter: David J. M. Karlsen
since the java9 has modularized the api's and jaxb is now an optional module,
the plugin/java2swagger should probably add the required dependency.
{noformat}
Caused by: org.apache.maven.plugin.PluginContainerException: A required class
was missing while executing
org.apache.cxf:cxf-java2swagger-plugin:3.2.2:java2swagger:
javax/xml/bind/annotation/XmlRootElement
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)