The APOC plugin currently only works if specified as a direct dependency to the Maven plugin instead of the intented plugin provisioning in .jqassistant.yml.
In the latter case registration of the functions and procedures suceeds, but actual use fails with ClassNotFound execptions.
The reason behind seems to be using the separated plugin classloader, we should evaluate, if the original CL of Maven or the CLI can be used instead.
The APOC plugin currently only works if specified as a direct dependency to the Maven plugin instead of the intented plugin provisioning in .jqassistant.yml. In the latter case registration of the functions and procedures suceeds, but actual use fails with ClassNotFound execptions.
The reason behind seems to be using the separated plugin classloader, we should evaluate, if the original CL of Maven or the CLI can be used instead.