Re: logging during multithreaded builds

2015-05-27 Thread Kristian Rosenvold
I know it's not directly related, but any general purpose algorithm that captures to memory buffers needs an overflow to disk mechanism - every time a ByteArrayOutputStream is used for this, some guy with a *huge* output from his build gets an OOM. It's nice you're looking into this issue. As for

Re: [ANNOUNCEMENT] End Of Life of Maven 2.2.1 - Plugins / JDK Roadmap

2015-05-27 Thread Karl Heinz Marbaise
Hi to all, we have accomplished the whole release line which means all plugins are now at minium of Maven 2.2.1 (inkl. Java 1.5) except the known exceptions... https://builds.apache.org/view/All/job/dist-tool-plugin/site/dist-tool-prerequisites.html Congrats to all who supported and helped h

Re: logging during multithreaded builds

2015-05-27 Thread Anders Hammar
I agree with Jason, it would be better to keep this outside of core (the core distro). /Anders On Thu, May 28, 2015 at 5:21 AM, Jason van Zyl wrote: > I honestly don't think an optional feature relying on an optional > dependency belongs in the core itself. > > On May 27, 2015, at 10:34 PM, Igo

Re: logging during multithreaded builds

2015-05-27 Thread Jason van Zyl
I honestly don't think an optional feature relying on an optional dependency belongs in the core itself. On May 27, 2015, at 10:34 PM, Igor Fedorenko wrote: > There are three semi-related parts to my implementation > > 1. SLF4J MDC management, basically setting and removing project > attribute

Re: logging during multithreaded builds

2015-05-27 Thread Igor Fedorenko
There are three semi-related parts to my implementation 1. SLF4J MDC management, basically setting and removing project attributes in a thread-local map. Truly reliable implementation will need to be coded in all Builders. Alternatively, it should be possible to use existing lifecycle callbacks to

Re: logging during multithreaded builds

2015-05-27 Thread Jason van Zyl
On May 27, 2015, at 3:55 PM, Igor Fedorenko wrote: > So I went ahead and implemented these changes, including working (but > not terribly well tested) logback appenders to buffer-and-group project > console log messages and create per-project build.log files. > What changes were required in t

[ANN] Apache Maven Eclipse Plugin 2.10 Released

2015-05-27 Thread Andreas Gudian
The Apache Maven team is pleased to announce the release of the Apache Maven Eclipse Plugin, version 2.10 This plugin is used to generate Eclipse IDE files (*.classpath, *.project, *.wtpmodules and the .settings folder) for use with a project - if the M2E Eclipse-Plugin does not fit you. This rel

[RESULT] [VOTE] Release Apache Maven Eclipse Plugin version 2.10

2015-05-27 Thread Andreas Gudian
Hi, The vote has passed with the following result: +1 (binding): Karl Heinz Marbaise, Jason van Zyl, Hervé Boutemy +1 (non binding): Andreas Gudian Thank you guys for the votes! I will promote the artifacts to the central repo. 2015-05-27 21:44 GMT+02:00 Andreas Gudian : > Here's my own +1.

Re: logging during multithreaded builds

2015-05-27 Thread Igor Fedorenko
So I went ahead and implemented these changes, including working (but not terribly well tested) logback appenders to buffer-and-group project console log messages and create per-project build.log files. Does anyone see a problem if I check in these appenders in maven core source tree or you prefe

Re: [VOTE] Release Apache Maven Eclipse Plugin version 2.10

2015-05-27 Thread Andreas Gudian
Here's my own +1. 2015-05-26 23:10 GMT+02:00 Hervé BOUTEMY : > +1 > > Regards, > > Hervé > > Le dimanche 24 mai 2015 22:04:52 Andreas Gudian a écrit : > > Hi, > > > > this will be the last Maven 2 compatible release of this plugin. > > > > We solved 9 issues: > > > https://issues.apache.org/jira/