Maven 3.4.0-SNAPSHOT and Slf4jMavenTransferListener

2016-07-09 Thread Mirko Friedenhagen
Hello everybody, in my CI builds I like to suppress download messages. I do this by setting: MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" Now when calling Maven 3.3.9 in

[GitHub] maven-shared pull request #15: [MSHARED-562] unit test AnsiMessageBuffer

2016-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-shared/pull/15 --- 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 feature is

Re: Support for Java 9 builds?

2016-07-09 Thread Hervé BOUTEMY
notice that we have a Wiki page for these: https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw The javadoc-plugin upgrade requirement is described: the fix in the upgrade is intentional for Java 9, and not some coincidence :) Regards, Hervé Le samedi 9 juillet 2016 13:59:30 Mark

Re: svn commit: r1751975 - in /maven/shared/trunk/maven-shared-utils: pom.xml src/main/java/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.java src/main/java/org/apache/maven/shared/utils

2016-07-09 Thread Hervé BOUTEMY
when they will upgrade their dependency version, they'll recompile: I don't really know where (if) this code is used, but I don't expect to get binary compatibility issues in real life on this yes, probably moving this whole cli/javatool somewhere else would be a better choice: but I don't know

Re: svn commit: r1751994 - /maven/site/trunk/content/apt/plugins/index.apt

2016-07-09 Thread Hervé BOUTEMY
np that's why we have dist-tool reports on Jenkins [1]: finding these little forgotten steps were a nightmare before, but now, it's just about tracking this job's failures :) Regards, Hervé [1] https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/ Le samedi 9 juillet 2016 12:34

Re: svn commit: r1751975 - in /maven/shared/trunk/maven-shared-utils: pom.xml src/main/java/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.java src/main/java/org/apache/maven/shared/utils

2016-07-09 Thread Robert Scholte
Hi Hervé, This will already break backwards compatibility because the signature has changed. In other words: projects using this method need to be recompiled; they can't simply switch to this version. So is it worth keeping this piece of code here? Robert On Sat, 09 Jul 2016 00:32:00 +020

Re: svn commit: r1751994 - /maven/site/trunk/content/apt/plugins/index.apt

2016-07-09 Thread Karl Heinz Marbaise
Hi Hervé, thanks for fixing that...simply missed that. Kind regards Karl Heinz On 7/9/16 12:32 PM, hbout...@apache.org wrote: Author: hboutemy Date: Sat Jul 9 10:32:34 2016 New Revision: 1751994 URL: http://svn.apache.org/viewvc?rev=1751994&view=rev Log: SCM 1.9.5 released Modified: mav

Re: svn commit: r1751555 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/github/GitHubDownloader.java test/java/org/apache/maven/plugin/github/GitHubDownloaderTes

2016-07-09 Thread Mirko Friedenhagen
After digging a bit deeper, org.apache.maven.plugin.issues.Issue#getTitle is only referenced in the changed GitHubDownloaderTestCase. I changed the getter visibility to private (only test I had to adapt was above GHDTC) and ran 'mvn -Prun-its clean verify' without issue. In GH you may set a descr

Re: svn commit: r1751555 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/github/GitHubDownloader.java test/java/org/apache/maven/plugin/github/GitHubDownloaderTes

2016-07-09 Thread Mirko Friedenhagen
Hello Robert, firstly I just resurrected the state as it was before. The current changes-plugin-release does not output the "title" of GH issues anymore but the complete body which is not useable in a tabular output. I am a bit afraid, that there is a mismatch between JIRA and GitHub here. JIRA's