How can I detect "mvn -q" in plugin?

2017-10-17 Thread Tibor Digana
How can I detect "mvn -q" in plugin? It is not possible to know in DefaultLogger.

Re: [CANCELLED] [VOTE] Release Apache Maven 3.5.1

2017-10-17 Thread Dawid Weiss
It's a pity these two didn't make it in: https://issues.apache.org/jira/browse/MNG-6261 https://issues.apache.org/jira/browse/MNG-6262 These are true showstoppers for Windows users (like us). Dawid On Tue, Oct 17, 2017 at 8:15 PM, Stephen Connolly wrote: > This vote, despite being successful,

[ANN] I'm planning to cut 3.5.2 soon

2017-10-17 Thread Stephen Connolly
Assuming https://builds.apache.org/blue/organizations/jenkins/maven-3.x-jenkinsfile/detail/master/134/pipeline passes (I may have to revert some integration tests) then I intend to roll 3.5.2 either later today or perhaps some time tomorrow (of course my current work workload is such that it could

[CANCELLED] [VOTE] Release Apache Maven 3.5.1

2017-10-17 Thread Stephen Connolly
This vote, despite being successful, is being cancelled. As release manager for this vote I have made the decision is that releasing with the two issues: MNG-6275 MNG-6209 Would present an unnecessary risk to users. We're going to revert those to allow for less risky fixes to be developed. I'l

Re: Maven Plugin that provides alternative repository

2017-10-17 Thread Mikolaj Izdebski
On 10/16/2017 12:39 PM, Paul Hammant wrote: >> >> This should be possible by providing WorkspaceReader implementation - >> @Component( role = WorkspaceReader.class, hint = "ide" ) >> >> Note that Maven tries resolution from workspace *before* repositories - >> workspace reader has priority lower th