seregamorph commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5314113997
The `/target` directory does not exist indeed, as there is no src/main that was compiled. Earlier versions of the maven-jar-plugin create an empty JAR (has only manifest). > We could create the target directory by the plugin. But can we assume that the `data-migration-impl-e2e-test` directory exists? IMO, it's okay to create `target` directory by the plugin which outputs there. The `data-migration-impl-e2e-test` is assumed to be existing, as it's a module directory with the `pom.xml` -- 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]
