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

2015-05-26 Thread Karl Heinz Marbaise
Hi Andreas, On 5/25/15 8:00 PM, Andreas Gudian wrote: Good catch, Karl! I just checked the previous release (2.9) and it shows a similar problem. Apperently the .metadata directories don't end up in the sources-zip file. I've created a JIRA issue for this problem:

Re: 3.2.3 not available though http://archive.apache.org/dist/maven/binaries/?

2015-05-26 Thread Arnaud Héritier
I will see if we can easily upload the missing versions on central (I don't remember why we didn't do it previously) otherwise I'll aggregate central + apache archives On Mon, May 25, 2015 at 7:18 PM, Dennis Lundberg denn...@apache.org wrote: Right, the future proof source for Maven distros

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

2015-05-26 Thread Jason van Zyl
+1 On May 24, 2015, at 4:04 PM, Andreas Gudian andreas.gud...@gmail.com wrote: Hi, this will be the last Maven 2 compatible release of this plugin. We solved 9 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317423version=12330751 There are still a couple of

[GitHub] maven pull request: Added support for MAVEN_ARGS in mvn, mvnDebug,...

2015-05-26 Thread ifedorenko
Github user ifedorenko commented on the pull request: https://github.com/apache/maven/pull/49#issuecomment-105632922 This seems to break org.apache.maven.it.MavenITmng3529QuotedCliArgTest integration test. Will have a closer look later today. --- If your project is set up for it,

Re: Plugin list and Codehaus

2015-05-26 Thread Michael Osipov
Am 2015-05-26 um 17:46 schrieb Paul Benedict: Since Codehaus is retired, the plugin list [1] pointing there should probably be removed. Thoughts? I consider some of them very helpful. I would even move Build Helper, Animal Sniffer and Versions over to Apache Maven. Michael

Re: logging during multithreaded builds

2015-05-26 Thread Igor Fedorenko
I spent some time looking into this, and I think project-level logging will require several semi-related changes. * As Ralph pointed out, Maven needs to use SLF4J MDC to associate log messages with individual projects being built. This is required to enable any project-related logging approach

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

2015-05-26 Thread 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/secure/ReleaseNote.jspa?projectId=12317423ve rsion=12330751 There are still a couple of

[GitHub] maven pull request: Added support for MAVEN_ARGS in mvn, mvnDebug,...

2015-05-26 Thread brianstclair
GitHub user brianstclair opened a pull request: https://github.com/apache/maven/pull/49 Added support for MAVEN_ARGS in mvn, mvnDebug, and mvnyjp Jira: https://issues.apache.org/jira/browse/MNG-5824 You can merge this pull request into a Git repository by running: $ git pull

Re: Plugin list and Codehaus

2015-05-26 Thread Arnaud Héritier
They are moving too : http://www.mojohaus.org (In progress for plugins) On Tue, May 26, 2015 at 7:35 PM, Michael Osipov micha...@apache.org wrote: Am 2015-05-26 um 18:29 schrieb Manfred Moser: They are all moving to github. We will just have to update the website.

Re: logging during multithreaded builds

2015-05-26 Thread Jeffrey E Care
Igor Fedorenko i...@ifedorenko.com wrote on 05/25/2015 07:28:45 AM: I had to troubleshoot a large multithreaded build last week and that proved to be rather difficult mostly because build log was a jumble of messages produced by concurrently running threads. It was not possible to tell which

Re: Plugin list and Codehaus

2015-05-26 Thread Karl Heinz Marbaise
Hi, On 5/26/15 6:29 PM, Manfred Moser wrote: They are all moving to github. We will just have to update the website. Yes..started to do so Kind regards Karl Heinz Marbaise https://github.com/mojohaus manfred Michael Osipov wrote on 26.05.2015 09:04: Am 2015-05-26 um 17:46 schrieb

Re: Plugin list and Codehaus

2015-05-26 Thread Michael Osipov
Am 2015-05-26 um 18:29 schrieb Manfred Moser: They are all moving to github. We will just have to update the website. https://github.com/mojohaus This is good news, I really rely on them. What about documentation? Michael Michael Osipov wrote on 26.05.2015 09:04: Am 2015-05-26 um 17:46

Plugin list and Codehaus

2015-05-26 Thread Paul Benedict
Since Codehaus is retired, the plugin list [1] pointing there should probably be removed. Thoughts? [1] https://maven.apache.org/plugins/index.html Cheers, Paul

Re: Plugin list and Codehaus

2015-05-26 Thread Manfred Moser
They are all moving to github. We will just have to update the website. https://github.com/mojohaus manfred Michael Osipov wrote on 26.05.2015 09:04: Am 2015-05-26 um 17:46 schrieb Paul Benedict: Since Codehaus is retired, the plugin list [1] pointing there should probably be removed.

Re: logging during multithreaded builds

2015-05-26 Thread Ralph Goers
If you use the SLF4J MDC - which is supported by Logback, Log4j 1.x and 2.x - you can include anything stored in the MDC on every line of log output. Just use %X to include all MDC items or %MDC{key} to include the specific key. This would require storing the value(s) at the beginning of

Re: Plugin list and Codehaus

2015-05-26 Thread Karl Heinz Marbaise
Hi, On 5/26/15 7:35 PM, Michael Osipov wrote: Am 2015-05-26 um 18:29 schrieb Manfred Moser: They are all moving to github. We will just have to update the website. https://github.com/mojohaus This is good news, I really rely on them. What about documentation? Kept be there...some of the