You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/06/17 19:25:55 UTC

[GitHub] [maven-source-plugin] plamentotev commented on issue #2: [MSOURCES-95] Fix source Jar is re-created even when sources are not changed

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-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 it's 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:
users@infra.apache.org


With regards,
Apache Git Services