It seems that by default the native image generated by Quarkus does not include any classpath resources corresponding to stuff from src/main/resources/
.
From the GraalVM docs, I sort of understand why this happens, but now I'm stuck. Is there a way to configure the quarkus-maven-plugin
to include the resources in the native image?