plamentotev edited a comment on issue #2: [MSOURCES-95] Fix source Jar is re-created even when sources are not changed URL: https://github.com/apache/maven-source-plugin/pull/2#issuecomment-502817944 In order to keep the empty source folders I've added `.gitingore` files. I'm not too happy with the solution as those are git specific files, but I couldn't think of a way to tell the invoker plugin not to copy certain files. SCM files such as `.gitingore` are part of the default excludes so that at least works - the directory is not empty in the repository so it can be committed, bit on other hand the invoker plugin does not copies its content so it is empty for the tests. Is there a a better way to do that?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
