CXF Codegen is a Gradle plugin port of the CXF Codegen Maven plugin.
You will need JDK 11 to build CXF Codegen.
Tip
|
A comptible JDK will automatically be downloaded by Gradle if you do not have one. See Toolchains for JVM projects for more details. |
The plugin can be built and published to your local Maven cache using the Gradle Wrapper.
./gradlew :cxf-codegen-gradle:publishToMavenLocal
This will build and publish it to your local Maven cache. It won’t run any of
the tests. If you want to build everything, use the build
task:
./gradlew build