Hi, the maven used in the docker image is still in version 3.9.4 which is very old. In the latest cds-maven-plugin, the resolve goal has a configuration to which defines the target directory for extracted cds definition. This configuration uses Path class which is not available in maven of such old version. Could you upgrade the maven version in the docker image?