Change By: Stephan Pauxberger (31/Jan/14 2:36 PM)
Summary: New Maven Plugin causes  build listeners to be called after the completion of every module, causing a lot of plugins to break  slowdown for huge multimodule projects
Description: This is due to the fact, that now all build listeners are called after every module as well. This might also break plugins.

Also, this  causes an extreme slow down, especially  leads to confusing behaviour  when using incremental  build  builds .

In our case, we have a huge project (~100 modules). An incremental build, which should only build about 5 modules waits for about 2 minutes (while moving through the listeners for all NOT_BUILT modules), before actually starting to work.

This was introduced by the fix for [JENKINS-18846].
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to