Re: Compiler Plugin with ServiceProvider

Martin Desruisseaux <[email protected]> Wed, 5 Nov 2025 09:38:34 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <[email protected]>
Hello Mansour

Le 05/11/2025 à 07:05, Mansour Al Akeel a écrit :
> (…snip…) The error I am getting:
> (…snip…) An exception has occurred in the compiler (21). Please file a bug against the Java compiler via the Java bug reporting page (…snip…)

This message come from javac rather than Maven. I suggest that you try 
to compile on the command line with javac directly, without Maven, to 
confirm. If the error still occur, then the links provided by the error 
message may be the place to look for reporting.

     Martin