tree: ac02892602d4383dc9e5e18a65e060bf875a6aae [path history] [tgz]
  1. jdk-cxf-with-toolchain/
  2. mark-generated/
  3. wsdl-artifact-resolution/
  4. README.md
  5. settings.xml
maven-plugins/codegen-plugin/src/it/README.md

toolchain-integration-tests

jdk-cxf-with-toolchain

Currently disabled due to https://issues.apache.org/jira/browse/CXF-7714

This project contains sample maven module using cxf-codegen-plugin to generate java from WSDL file.

  • it enforces usage of JDK 1.9 or higher to run the mvn command
  • it configures maven-toolchains-plugins to target JDK 8
  • cxf fork parameter if set to true to enable toolchain detection
  • if the toolchain wasn't correctly used by the cxf-codegen-plugin`, the the build should fail during the compile phase

wsdl-artifact-resolution

Verifies that a wsdlArtifact from local repository is properly resolved for codegen.