Re: maven git commit: MNG-5889 - adding logic that looks for the file argument and starts the search for the .mvn directory at the location of the specified POM when present

2016-11-17 Thread herve . boutemy
I completely overlooked the failing IT on Windows: thanks for fixing On ASF Jenkins, MavenITmng3599useHttpProxyForWebDAVTest.testitUseHttpProxyForWebDAV looks flaky: sometimes it passes, but fails in general. Any idea? regarding MavenITmng4625SettingsXmlInterpolationWithXmlMarkupTest, it was

[SUREFIRE] Issues with classpath and module path

2016-11-17 Thread Benedikt Ritter
Hi, I had the pleasure to meet Robert Scholte and Herve Boutemy here at ApacheCon in Seville. We talked al little bit about the progress of the JUnit 5 integration. This let us to create two sample projects which may indicate problems both within surefire and within JUnit. We're still

Re: How to disable colours?

2016-11-17 Thread herve . boutemy
wow, removing jansi jar file is expeditive, but for sure gives guaranteed result :) Currently, there are 2 ways to disable color: - -B option: batch mode - -l option: log file (if you search for "setColorEnabled" in MavenCli, you'll see) For the moment, after discussions we had on the ML, the

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 21:43 schrieb Christian Schulte: > Am 11/17/16 um 06:00 schrieb Igor Fedorenko: >> FWIW, I ran maven integration tests (commit 73a2b7) against current >> maven master and got this >> >>> Tests run: 771, Failures: 3, Errors: 21, Skipped: 0 >> >> Running the same test checkout with

How to disable colours?

2016-11-17 Thread Christian Schulte
Is this the only safe way to disable all kind of ANSI output? $ rm apache-maven-3.4.0-SNAPSHOT/lib/jansi-1.13.jar - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 06:00 schrieb Igor Fedorenko: > FWIW, I ran maven integration tests (commit 73a2b7) against current > maven master and got this > >> Tests run: 771, Failures: 3, Errors: 21, Skipped: 0 > > Running the same test checkout with Maven 3.3.9 > >> Tests run: 771, Failures: 0, Errors:

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 06:00 schrieb Igor Fedorenko: > FWIW, I ran maven integration tests (commit 73a2b7) against current ^^ Running this commit against 3.4.0-SNAPSHOT now locally. I expect some ITs to fail. There have been updates to a few tests adding

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 06:00 schrieb Igor Fedorenko: > FWIW, I ran maven integration tests (commit 73a2b7) against current > maven master and got this > >> Tests run: 771, Failures: 3, Errors: 21, Skipped: 0 > > Running the same test checkout with Maven 3.3.9 > >> Tests run: 771, Failures: 0, Errors:

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 23:56 schrieb Christian Schulte: > Am 11/15/16 um 23:41 schrieb Jason van Zyl: >> Almost none of the changes are well documented, there’s no release notes, >> we’ve told you to roll back or stop making behavioral changes. Put another way. Please take a look at the following

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/15/16 um 23:41 schrieb Jason van Zyl: > Almost none of the changes are well documented, there’s no release notes, > we’ve told you to roll back or stop making behavioral changes. Do you notice how many times I reverted things, changed things, re-reverted things, tried it in a backwards

[GitHub] maven-enforcer pull request #19: requireEnvironmentVariable doc: fix typo in...

2016-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-enforcer/pull/19 --- 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

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 21:43 schrieb Christian Schulte: > Am 11/17/16 um 06:00 schrieb Igor Fedorenko: >> FWIW, I ran maven integration tests (commit 73a2b7) against current >> maven master and got this >> >>> Tests run: 771, Failures: 3, Errors: 21, Skipped: 0 >> >> Running the same test checkout with

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Christian Schulte
Am 11/17/16 um 06:00 schrieb Igor Fedorenko: > FWIW, I ran maven integration tests (commit 73a2b7) against current > maven master and got this > >> Tests run: 771, Failures: 3, Errors: 21, Skipped: 0 > > Running the same test checkout with Maven 3.3.9 > >> Tests run: 771, Failures: 0, Errors:

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Stephen Connolly
On 17 November 2016 at 14:36, Jason van Zyl wrote: > Hyperbole easily made fact so let’s ask and then there will be no > question. I have thousands of users in my organization, Igor likely has > something similar. We don’t work together on a daily basis anymore but > small

Re: maven git commit: MNG-5889 - adding logic that looks for the file argument and starts the search for the .mvn directory at the location of the specified POM when present

2016-11-17 Thread Guillaume Boué
Hi, This caused some ITs to fail on Windows, which I fixed in commit 8ae1a3e9. There is still one failing IT: MavenITmng4625SettingsXmlInterpolationWithXmlMarkupTest. It fails with master and Java 8 (on my machine). Looking at the code, it seems more of an issue with the test that the script

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Jason van Zyl
Hyperbole easily made fact so let’s ask and then there will be no question. I have thousands of users in my organization, Igor likely has something similar. We don’t work together on a daily basis anymore but small changes have a dire impact and both of us care greatly about the preservation

[ANN] Apache Maven Site Plugin 3.6 Released

2016-11-17 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.6 The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

[RESULT] [VOTE] Release Apache Maven Site Plugin version 3.6

2016-11-17 Thread herve . boutemy
Hi, The vote has passed with the following result: +1 : Olivier Lamy, Michael Osipov, Hervé Boutemy PMC quorum: reached I will promote the artifacts to the central repo. - Mail original - De: "herve boutemy" À: "Maven Developers List"

Re: [MNG-5761] Dependency management is not transitive.

2016-11-17 Thread Stephen Connolly
Jason, your hyperbole has slipped again. There is no need to make assertions about how many or what kind of users other developers have worked with, as that both does not foster the community and deflects from the valid point you were otherwise making. Christian has done the right thing in seeking