desruisseaux commented on PR #1401:
URL: https://github.com/apache/maven/pull/1401#issuecomment-1974810724

   > If the underlying plexus-compiler API does not support the needed features 
to fully leverage the new jpms support, a possibility would be to change the 
m-compiler-p to simply wrap the javac compiler instead of trying to abstract 
all implementations.
   
   I have not explored the Plexus compiler capabilities, but indeed I propose 
to use `javax.tools.JavaCompiler` instead. It is an interface, so it would 
hopefully be possible to create a wrapper around the Eclipse compiler. Maybe 
Eclipse would even do that themselves, since `javax.tools.JavaCompiler` is 
standard API.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to