I'm actively working on a type-checking extension, which is in the src/main/resources of my project. My class has @CompileStatic(extensions = 'my/extension.groovy'). This works correctly in the Maven CLI build and in Eclipse if I run Maven through at least process-resources, but using a Eclipse clean causes
Groovy:Static type checking extension 'my/extension.groovy' was not found on the classpath.
The problem appears to be a sequencing problem regarding resource access.