Improve performance on maven2 builds by building a pom project if changes are only in sub-modules
-------------------------------------------------------------------------------------------------
Key: CONTINUUM-1807
URL: http://jira.codehaus.org/browse/CONTINUUM-1807
Project: Continuum
Issue Type: Improvement
Components: Integration - Maven 2
Affects Versions: 1.1
Reporter: Emmanuel Venisse
Fix For: 1.2
Actually, when changes are only in sub-modules, in sub-directories, the parent pom project
is built. As it is built, all dependent project are built too.
We must determine in changes logs if changes are realy or not on the current project, so lot
of build cycle will be save.
--
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
|