[ 
https://jira.codehaus.org/browse/MNG-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-1694:
--------------------------------

    Fix Version/s:     (was: 3.x / Backlog)

> Build execution order control in fine grained projects.
> -------------------------------------------------------
>
>                 Key: MNG-1694
>                 URL: https://jira.codehaus.org/browse/MNG-1694
>             Project: Maven
>          Issue Type: New Feature
>          Components: Reactor and workspace
>            Reporter: Mark Proctor
>
> Currently in multi module projects you can only work in 2 modes.
> 1) Build everything
> 2) Build a single module, IF you have built and installed all its dependency 
> modules
> I would like to be able to work the following way:
> 1) Build everything
> 2) Build an individual module, will build all the modules prior to it in the 
> reactor list.
> 3) Build a module module and all modules after it in the reactor list, will 
> build missing prior modules.
> Use Case
> 1) perform checkout and build
> 2) module fails
> 3) keep fixing module and running just its unit tests
> 3) once all its unit tests pass build it and all modules after it in the 
> reactor list. I don't need to build ones prior as they are unnaffected by the 
> changes.
> In large mutli module projects this will save a LOT of time especially when 
> you are gearing up for deployment and want to check that everything works - 
> currently this is time consuming and repetitive, with much of the repetition 
> uneeded.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to