dmlloyd commented on issue #520:
URL: 
https://github.com/apache/maven-jar-plugin/issues/520#issuecomment-3761642065

   All your points are valid; my goal however isn't (only) less typing. I want 
to be able to supply an automatic module name using a just build property, e.g. 
`-Dmaven.jar.automaticModuleName=org.foo.myproject` (or more likely, a value at 
the top of my POM).
   
   This cannot really be done in the obvious way with the archiver 
configuration because IIUC if a property expression has an empty value, then 
the value will be an empty string, causing an empty `Automatic-Module-Name` 
property to be added to the manifest.
   
   (That said, I see I ironically forgot to account for the empty string in my 
PRs, so I'll fix that now.)


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