jira-importer commented on issue #245: URL: https://github.com/apache/maven-jar-plugin/issues/245#issuecomment-2956686836
**[Chad Lyon](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=clyon)** commented right, but do you agree that in a multi-module project if you are skipping tests (which includes skipping the build of the test JAR) then your modules that rely on that test JAR to run their tests won't need the test JAR and therefore should not fail with a "Missing dependency" (namely that test JAR)? The reason they should not fail is because they aren't running tests!!! I'm saying that the problem here is that in a sub-module POM if I specify: \<scope>test\</scope> for a dependency and then I skip tests then that dep should not even be checked for. -- 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]
