com.sun.tools.xjc.Plugin: Provider not a subtype

前端 未结 4 1790
春和景丽
春和景丽 2020-12-11 04:55

I have a CXF JAX-RS app being built with Maven. I\'m working on converting it to Gradle, but using the Ant XJC task.

The current build uses a couple of extensions,

4条回答
  •  自闭症患者
    2020-12-11 05:45

    I wouldn't use the ant or maven task for gradle, but rather invoke the Java class directly, like I did this for org.apache.cxf.tools.wsdlto.WSDLToJava.

提交回复
热议问题