Maarten van Schouwen created SCM-704: ----------------------------------------
Summary: "includes/excludes" not always used by goals "status" and "check-local-modification" of the plugin Key: SCM-704 URL: https://jira.codehaus.org/browse/SCM-704 Project: Maven SCM Issue Type: Bug Components: maven-plugin Affects Versions: 1.8.1 Reporter: Maarten van Schouwen Priority: Minor When using Mercurial, the goals "status" and "check-local-modification" do not use the include and exclude patterns. This is because check-local-modification does not use these parameters at all, and because for both goals, the Mercurial implementation returns the status of all files in the repository anyway. According to the documentation of ScmManager.status() that is OK. But include/exclude could still work for all SCM providers if the Mojos use the include/exclude filters after calling ScmManager.status(). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira