maven-scm-publish-plugin
maven-scm-publish-plugin copied to clipboard
Changing delete pattern matching to relative path
Hi,
the ignorePathsToDelete parameter uses only the file names and not the relative path for matching against the patterns. This is more or less useless, if you have more complex setups with subdirectories.
This pull request changes the pattern matching to check against path relative to the content directory.
This needs a JIRA issue