plamentotev commented 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-502829853 I've tried with `.gitkeep` but the invoker plugin copies it and breaks the test (they always pass) because the source folders are not longer empty. It should either be `.gitignore` (part of the default excludes) or we should somehow add `.gitkeep` to the excluded files. Didn't fount how to configure this for the invoker plugin (maybe I missed something). Probably we should add `.gitkeep` to the default excludes in plexus utils as it is missing and it makes sense to be excluded it. Even more than `.gitignore`
---------------------------------------------------------------- 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
