dmlloyd commented on issue #520: URL: https://github.com/apache/maven-jar-plugin/issues/520#issuecomment-4708606538
There are many things that should not, as a matter of principle, be set from the command line. However, the ability to do so in this case is a merely side-effect of allowing the use of a property to configure the name. Every POM (that I work with at least) declares properties. I should be able to declare my automatic module name among them, for maximum simplicity and clarity (the user should not have to dig down into build config to know what the automatic module name is). This only takes one additional line for the user, *and* doesn't interfere with the configuration of other unrelated manifest properties. -- 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]
