Issue Type: New Feature New Feature
Assignee: Unassigned
Created: 28/Nov/12 4:03 AM
Description:

Hello.
In our company, we have nested module structure in maven projects like this:
COMPONENT_GROUP_1

--COMPONENT_1
--module1
--module2
...
--pom.xml (root pom for this component)
--COMPONENT_2
--module1
--module2
...
--pom.xml (root pom for this component)
...
--pom.xml (root pom for this component group)
COMPONENT_GROUP_2
--COMPONENT_1
--module1
--module2
...
--pom.xml (root pom for this component)
--COMPONENT_2
--module1
--module2
...
--pom.xml (root pom for this component)
...
--pom.xml (root pom for this component group)
...
pom.xml (root pom for the project)

And we want to change versions numbers in all pom.xml files automatically.
But versions-plugin cannot do this because it works with only first level.

Could you please add a functionslity for changing versions in our structure (in the common case for every number of levels).
If you make these changes in the nearest version it would be great.
Thank you.

Project: Maven 2.x Versions Plugin
Priority: Critical Critical
Reporter: Valentin Baranov
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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