bmarwell commented on PR #157:
URL: https://github.com/apache/maven-parent/pull/157#issuecomment-1900000747

   We could introduce a property, eg `maven.compiler.apt.default` or similar. 
Easy to override per project via `.mvn/jvm.options`. 
   
   I think the way to go is to introduce a new default lifecycle in the 
compiler plugin in both the compile and test compile Mojos.
   
   This means running a new execution `default-process` in `generate-sources` 
with `-proc:only` and running a new execution `default-test-process` in 
generate-test-sources. 
   
   I do this in all of my projects like this. 
   
   However, not sure how incremental works with this proposal. 


-- 
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