jira-importer commented on issue #284: URL: https://github.com/apache/maven-jar-plugin/issues/284#issuecomment-2956694366
**[nicolas de loof](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ndeloof)** commented A blank jar is never a good think. You will have a jar in your repo that is NOT what it is expected to be, and can introduce strange issues when you come back to your IDE. It also adds the risk to deploy an empty jar if your release goal includes "deploy". If you don't want to execute tests as part of the release process (I also do) simply set \<arguments>-Dmaven.test.skip.exec\</arguments> in your POM for the release plugin, or maybe in a parent corporate POM. -- 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]
