[update-child-modules] Recursively process the whole hierarchy
--------------------------------------------------------------

                 Key: MVERSIONS-40
                 URL: http://jira.codehaus.org/browse/MVERSIONS-40
             Project: Maven 2.x Versions Plugin
          Issue Type: Improvement
    Affects Versions: 1.0-alpha-3
            Reporter: Baptiste MATHUS
            Priority: Minor
         Attachments: parent.zip

Let's imagine a project like this :

parent/
  project1/
  subprojects/
    subproject1/
    subproject2/
 
Currently, update-child-modules will only process the first level of the tree. 
It won't for instance update subproject1 and subproject2 pom to reference the 
parent version.

Cheers.

--
To reproduce the problem with the attached project, uncompress it somewhere.
* Run mvn install on the root. (it will install artifact under "tst" groupId).
* Change parent top pom version to 1.1-SNAPSHOT
* Run versions:update-child-modules
* See the problem described above.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to