laeubi commented on issue #586:
URL: 
https://github.com/apache/maven-jar-plugin/issues/586#issuecomment-5314775151

   Still it would be rather cumbersome to let users reconfigure the toolId (+ 
raises the question where the tool would come from -> likely more 
configuration).
   
   Just think about how it works for a compiler, you can plug any custom 
processing/generation to `process-classes` phase and then compiler just 
produces the bytecode.
   
   Similar here, if the generation of the manifest is bound to 
`prepare-package` one can easily intercept/process further before `package` 
phase takes everything and put it into a (binary) jar.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to