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?