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 2021/03/10 22:02:28 UTC

[GitHub] [maven-gpg-plugin] Syquel commented on pull request #10: [MGPG-66] fix handling of excluded files

Syquel commented on pull request #10:
URL: https://github.com/apache/maven-gpg-plugin/pull/10#issuecomment-796196960


   I was able to reproduce this issue on Linux.
   
   The issue is that `org.codehaus.plexus.util.SelectorUtils#matchPath(java.lang.String, java.lang.String)` does not match the pattern `**/*.asc` on the path `/tmp/maven-gpg-plugin/target/it/sign-release-with-excludes/target/test-1.0-sources.jar.asc`.
   On Windows it's working.
   
   I will take a look tomorrow.


----------------------------------------------------------------
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