desruisseaux commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5314065644
Thanks for the report. It seems to be caused by the following directory which does not exist: ``` /Users/username/dev/acme/server2/server/data-migration/data-migration-impl-e2e-test/target ``` We could create the `target` directory by the plugin. But can we assume that the `data-migration-impl-e2e-test` directory exists? I'm a little bit nervous in creating an arbitrarily depth chain of sub-directories because of higher risk of unintended writing on the user's machine. -- 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]
