Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
I tried on Windows: it does not work yet Th eissue I'm facing is: we need to call AnsiConsole.systemInstall() for Windows But if this call is added in MavenCli.doMain(), core ITs fail since there is confusion on System.out replacements... I still didn't find any way to avoid this confusion: if

[VOTE] Release Apache Maven JAR Plugin version 3.0.1

2016-06-06 Thread Karl Heinz Marbaise
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12335708 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20pri

Re: [VOTE] Release Apache Maven Resources Plugin version 3.0.1

2016-06-06 Thread Anders Hammar
+1 /Anders On Fri, Jun 3, 2016 at 11:36 PM, Karl Heinz Marbaise wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12335752 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.0

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

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.0

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

[GitHub] maven-skins pull request #4: Hamburger menu with top-nav only

2016-06-06 Thread mstanleyjones
Github user mstanleyjones closed the pull request at: https://github.com/apache/maven-skins/pull/4 --- 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 wishes so, or if the featu

Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
great hint: it was already available in ASF Jenkins but I didn't see I activated it and ran the tests: you can see the miracle result! https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded/7281/console (notice that the output colorization is done at plugin le

Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
Le lundi 6 juin 2016 08:33:01 Romain Manni-Bucau a écrit : > Hi Hervé, > > would it be possible to enhance this with such features: > > 1. make colors configurables through a user config (~/.m2/settings.xml? or > colors.xml) I would prefer avoiding creating something complex if we can avoid it: a

maven-assembly-plugin release?

2016-06-06 Thread Jesse McConnell
We are looking to get Jetty building with java 9 now and are a touch stuck with the latest maven-assembly-plugin needing to be released for 3.0.0. We notice the issue we need resolved seems to have been fixed up last week and we are curious if there is a release date targeted? cheers, Jesse -- j

Backward compatibility analysis report

2016-06-06 Thread Ponomarenko Andrey
Hello, I've prepared backward compatibility/API changes report for the Maven core libraries here: http://abi-laboratory.pro/java/tracker/timeline/maven/ I hope the report will help users, maintainers and developers to maintain backward compatibility. The reports are updated daily by the japi-

Commit #2a944f0 causes Continous Integration hang

2016-06-06 Thread frank . jakop
Hello Surefire developers, recently we switched from Surefire 2.18.0 to 2.19.1 and since then we encounter a strange behaviour with our CI infrastructure. We're running TeamCity build agents on Windows XP and Windows 7 and on the XP machines the build times increased by factor >25. I've tracked

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
Sorry, I got confused by this: "if run with older Maven, color is always on". I will try it later. 2016-06-06 15:46 GMT+02:00 Tamás Cservenák : > I believe you need to build Maven itself from Herve's branch: > https://github.com/apache/maven/tree/MNG-3507 > > On Mon, Jun 6, 2016 at 3:14 PM Petar

Re: colorized Maven output

2016-06-06 Thread Tamás Cservenák
I believe you need to build Maven itself from Herve's branch: https://github.com/apache/maven/tree/MNG-3507 On Mon, Jun 6, 2016 at 3:14 PM Petar Tahchiev wrote: > I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 and > I didn't see any color. Here's what I did: > > 1) git

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 and I didn't see any color. Here's what I did: 1) git clone g...@github.com:apache/maven-shared.git 2) cd maven-share/ && mvn clean install 3) git clone g...@github.com:apache/maven-integration-testing.git 4) cd maven-integra

Re: colorized Maven output

2016-06-06 Thread jieryn
Also, to get Jenkins displaying ANSI escape codes for color you can install https://wiki.jenkins-ci.org/display/JENKINS/AnsiColor+Plugin and then enable it per-job. On Mon, Jun 6, 2016 at 2:33 AM, Romain Manni-Bucau wrote: > Hi Hervé, > > would it be possible to enhance this with such features: >