Skip to content

ciscoo/cxf-codegen-gradle

Repository files navigation

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

About

Gradle plugin to generate Java artifacts from WSDL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages