[GitHub] maven-surefire issue #112: Adding support for externally passed random seed ...

2016-06-02 Thread cardil
Github user cardil commented on the issue: https://github.com/apache/maven-surefire/pull/112 :palm_tree: anyone there? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

Re: Integrating maven with other tooling

2016-06-02 Thread James Roper
On 3 June 2016 at 13:36, Igor Fedorenko wrote: > On Mon, May 30, 2016, at 11:34 PM, James Roper wrote: > > > > One question that I'm trying to solve now, when resolving dependencies, > > if > > you want to do so without actually building the project it seems that you > > would probably have to cr

Re: Maven Memory Consumption

2016-06-02 Thread Jason Dillon
colors for Linux are not exactly the same as the screen dump: yellow from the  screen dump is bold white on Linux. This is ok for me  Terminals can render whatever colors they want for the ANSI colors and many have this configurable. To be clear my terminal env has bold color rendering as yellow

Re: Maven Memory Consumption

2016-06-02 Thread Jason Dillon
If its on by default I would expect folks to set MAVEN_OPTS=-Dmaven.logging=plain instead of magically making —batch do that. If we mutate the cli api slightly to expose more details about the cli configuration to the Slf4jConfiguration then regular -Dmaven.logging=plain on command line would p

Re: Maven Memory Consumption

2016-06-02 Thread Jason Dillon
On June 2, 2016 at 3:15:35 PM, Hervé BOUTEMY (herve.bout...@free.fr) wrote: I merged the PR in the slf4j-gossip branch (and added a little improvement)  core ITs are ok (notice: ran without activating colors)  The testsuite certainly will not be very happy with color enabled as many tests are exp

Re: Maven Memory Consumption

2016-06-02 Thread Igor Fedorenko
Somewhat related, Jason convinced me to opensource better logging support for multithreaded builds I implemented some time ago. https://github.com/takari/concurrent-build-logger -- Regards, Igor On Thu, Jun 2, 2016, at 11:37 PM, Manfred Moser wrote: > If we plan to switch it to on be default at

Re: Maven Memory Consumption

2016-06-02 Thread Manfred Moser
If we plan to switch it to on be default at a later stage we could automatically disable it in batch mode. And tell people to run in batch mode on a CI server. Just a thought.. Manfred Jason van Zyl wrote on 2016-06-02 19:52: > If the output comes out decently in color in CI consoles then i

Re: Integrating maven with other tooling

2016-06-02 Thread Igor Fedorenko
On Mon, May 30, 2016, at 11:34 PM, James Roper wrote: > > One question that I'm trying to solve now, when resolving dependencies, > if > you want to do so without actually building the project it seems that you > would probably have to create your own WorkspaceReader implementation > that > will r

Re: Maven Memory Consumption

2016-06-02 Thread Igor Fedorenko
I wonder if this fix also solves "remote shared parent" memory inefficiency described in https://issues.apache.org/jira/browse/MNG-5669 -- Regards, Igor On Tue, May 31, 2016, at 06:14 PM, Karl Heinz Marbaise wrote: > Hi, > > tested without the patch (-Xmx6g) ...run time for the test project mor

Re: Maven Memory Consumption

2016-06-02 Thread Jason van Zyl
If the output comes out decently in color in CI consoles then it’s probably not an issue putting the color on by default. But I haven’t checked and suggested that the color be off by default to start with. > On Jun 2, 2016, at 5:15 PM, Hervé BOUTEMY wrote: > > I merged the PR in the slf4j-goss

Re: Maven Memory Consumption

2016-06-02 Thread Hervé BOUTEMY
I merged the PR in the slf4j-gossip branch (and added a little improvement) core ITs are ok (notice: ran without activating colors) colors for Linux are not exactly the same as the screen dump: yellow from the screen dump is bold white on Linux. This is ok for me Now, what's annoying is that: -

[GitHub] maven issue #75: Patch for MNG-5956

2016-06-02 Thread nhojpatrick
Github user nhojpatrick commented on the issue: https://github.com/apache/maven/pull/75 I totally forgot about this defect. @khmarbaise yep I would like to use modules multiple times, if your building everything then yes they are included multiple times. The build time improvement

[GitHub] maven issue #75: Patch for MNG-5956

2016-06-02 Thread nhojpatrick
Github user nhojpatrick commented on the issue: https://github.com/apache/maven/pull/75 Totally forgot about this defect, as I was waiting for it to be merged in. A git repo might might contain two deploy-able artifacts and currently the whole build might take 30 mins if a fre

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1 (Take 2)

2016-06-02 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Hervé Boutemy, Anders Hammar, Tibor Digana, Karl Heinz Marbaise PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Shared Utils 3.0.1

2016-06-02 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Hervé Boutemy, Petar Tahchiev, Michael Osipov, Karl Heinz Marbaise PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise -

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1 (Take 2)

2016-06-02 Thread Tibor Digana
+1 On Mon, May 30, 2016 at 10:37 PM, Karl Heinz Marbaise wrote: > Hi, > > We have solved 6 issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1 > > There are still a couple of issues left in JIRA: > > https://issues.apach

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1 (Take 2)

2016-06-02 Thread Anders Hammar
+1 /Anders On Mon, May 30, 2016 at 10:37 PM, Karl Heinz Marbaise wrote: > Hi, > > We have solved 6 issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1 > > There are still a couple of issues left in JIRA: > > https://iss

[GitHub] maven issue #81: Hook up gossip as slf4j backend and implement customized co...

2016-06-02 Thread jdillon
Github user jdillon commented on the issue: https://github.com/apache/maven/pull/81 @jvanzyl I believe the output issues were sorted, but was still seeing some odd failures with what looked like resolution mismatches, downloading a version of one artifact but ending up with a slightly

[GitHub] maven-wagon issue #22: Implementation for Secure FTP (FTPS protocol)

2016-06-02 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven-wagon/pull/22 @wiiitek The code snippet was just an example whow it could be solved for `ftps`. If updating Commons Net simply solves the issue, why not? I don't have any FTPS servers at hand to test your ch

[GitHub] maven-wagon issue #22: Implementation for Secure FTP (FTPS protocol)

2016-06-02 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/22 Hi, @michael-o, thank you for your reply, as I understand wagon-http provider could recognize https protocol and use it when its needed? But I am using **wagon-ftp** provider for uplo

[GitHub] maven issue #81: Hook up gossip as slf4j backend and implement customized co...

2016-06-02 Thread jvanzyl
Github user jvanzyl commented on the issue: https://github.com/apache/maven/pull/81 How are the ITs looking now? I know there were a few issues with the output not matching slf4j-simple that you were trying to sort out. --- If your project is set up for it, you can reply to this emai

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-02 Thread Jorg Heymans
Thanks Stephen, you know i actually considered putting this link in my previous reply about why i am not using the freestyle job type :-) But there is just too much that does not work anymore in freestyle, such as - executor-local repositories - maven releases - automatic post-build deploy ... jus

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-02 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html On 2 June 2016 at 07:22, Jorg Heymans wrote: > Hi, > > Thanks for the suggestions. > > --no-snapshot-updates does not make a difference. I tried out the profiler > and it gives me a breakdown of timings per phas

Re: Maven Memory Consumption

2016-06-02 Thread Tamás Cservenák
Olivier, if you refer to the slf4j-gossip branch, that IMHO Jason's PR supersedes it. Will drop that branch. On Thu, Jun 2, 2016 at 8:38 AM Olivier Lamy wrote: > well I think this color stuff has already been done differently but never > accepted.. > > On 2 June 2016 at 16:28, Hervé BOUTEMY