Aaron Digulla created MNG-5268:
----------------------------------

             Summary: Check the version of the parent POM, too
                 Key: MNG-5268
                 URL: https://jira.codehaus.org/browse/MNG-5268
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: POM
    Affects Versions: 3.0.4, 3.0.3
            Reporter: Aaron Digulla


When doing a multi-module build, Maven checks that the coordinates of the 
parent POM matches what you'd get by reading the POM via {{relativePath}} but 
it doesn't check the version.

This can cause subtle bugs if the coordinates are correct but one forgets to 
update the version of all modules after the parent version changes.

Please print a warning if the version in the {{<parent>}} element doesn't match 
the version of the POM read via {{relativePath}}.

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

        

Reply via email to