ProcessorProvider not getting picked up by ServiceRegistry for Build-Time Solution

StackOverflow https://stackoverflow.com/questions/19137250

  •  30-06-2022
  •  | 
  •  

Question

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?

Était-ce utile?

La solution

It's a known issue which is already fixed in latest development branch and will be released in version 1.7.2.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top