Dennis Lundberg created MCHANGES-300: ----------------------------------------
Summary: Make it possible to run the changes-check and changes-validate goals only once for a multi-module project Key: MCHANGES-300 URL: https://jira.codehaus.org/browse/MCHANGES-300 Project: Maven 2.x Changes Plugin Issue Type: New Feature Affects Versions: 2.8 Reporter: Dennis Lundberg If the pom.xml contains modules, the goals changes:changes-check and changes:changes-validate is run for each module, generating warnings because it can not find the changes.xml file. {noformat} [INFO] --- maven-changes-plugin:2.8:changes-check (default-cli) @ module --- [WARNING] The file H:\project\module\src\changes\changes.xml does not exist. {noformat} It should be possible to configure the POM to run these goals only for the root project. It works if you use "mvn -N" option, but we need to be able to configure this behaviour in the pom.xml. -- 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