Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

README.adoc

File metadata and controls

27 lines (19 loc) · 1.05 KB

CXF Codegen Build Status

CXF Codegen is a Gradle plugin port of the CXF Codegen Maven plugin.

Building from Source

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