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

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

  •  30-06-2022
  •  | 
  •  

문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top