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

   > That sounds interesting but also brittle (as one has to replicate the jar 
tool then).
   
   I thoug that, if someone is interested only in `META-INF.MF`, it could only 
search for the `--manifest` option and ignore the rest. If it is interested in 
both `META-INF.MF` and generating the JAR, then it could search for the 
`--manifest` option, modify it if it wants, then forward everything to the 
standard `jar` tools. The `ToolProvider` contains basically only a `run` 
method, so this is only one method to define.


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