I've added src/main/resources/META-INF/services/ro.isdc.wro.model.resource.processor.support.ProcessorProvider
to my maven project. The file contains one line which has the fully qualified class name of my custom ProcessorProvider
.
Everything works well with the run-time solution; however, during build time my custom ProcessorProvider
is not invoked.
Am I missing some configuration?
It's a known issue which is already fixed in latest development branch and will be released in version 1.7.2.