Provide a way to specify module ordering when they are activated in profiles.
-----------------------------------------------------------------------------

                 Key: MNG-5189
                 URL: https://jira.codehaus.org/browse/MNG-5189
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Reactor and workspace
            Reporter: Ondrej Zizka


In our project, sub-modules are activated in profiles.
However, due to unflexible way Maven orders profiles, it's not possible to 
enforce certain submodule being run last. Only possibility is to move it one 
level above.

My suggestion is to allow specifying modules order in which they would run iif 
they are activated:

{code}
<modulesOrder>
  <module>module1<module>
  <module>module2<module>
  <otherModules/>
  <module>lastButOneModule</module>
  <module>lastModule</module>
</modulesOrder>
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to