Use incremental-build-plugin to decrase build time and allow incremental build
------------------------------------------------------------------------------

                 Key: NXP-5832
                 URL: https://jira.nuxeo.org/browse/NXP-5832
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
          Components: Installers / Admin tools
            Reporter: Julien Carsique
            Assignee: Julien Carsique
             Fix For: 5.4


Maven is able to decrease build time but it relies on target content for this. 
If you don't "clean" the target directory, only out of date modules are rebuilt.
Issue is not cleaning the target directory may lead to strange results because 
of deprecated uncleaned resources.

The incremental-build-plugin provides a solution for this: checking the target 
content during the Maven validation phase, it deletes the target directory when 
it's needed.

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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to