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

   > Indeed, preparing a `MANIFEST.MF` file could be bound to the already 
existing (but ignored by current JAR plugin) `prepare-package` phase.
   
   Just for completeness this would affect MavenDescriptor as well .. what 
currently is mangled into the jar goal as well. If one would be really 
maven-purist (a mojo should only do one job at a time) it would result in:
   
   - `jar:generate-descriptor` (default phase `prepare-package`)
   - `jar:generate-manifest` (default phase `prepare-package`)
   - `jar:jar` (default phase `package`)


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