Re: Maven 4: -pl !... is not recursive

2021-02-28 Thread Robert Scholte
We should be talking about consistency. We have a flag --non-recursive, which implies that recursive is the default. With Maven 3 that is just not always the case and this should be fixed. Maven 4 is the right version to do so. Using -pl -N does not work with Maven 3: it'll say "Couldn't find th

Re: Maven 4: -pl !... is not recursive

2021-02-28 Thread Romain Manni-Bucau
Le dim. 28 févr. 2021 à 10:15, Robert Scholte a écrit : > We should be talking about consistency. > We have a flag --non-recursive, which implies that recursive is the > default. > With Maven 3 that is just not always the case and this should be fixed. > Maven 4 is the right version to do so. > >

Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Bertrand Martin
Hi, Is there a release planned for Doxia 1.10 and maven-site-plugin 3.10? We need it to leverage the new fenced code block, properly exposing the language: ```java System.out.println( "Hello, World!" ); ``` Thank you! Bertrand Martin www.sentrysoftware.com

Core IT failures with AdoptOpenJDK 11 OpenJ9, but not with HotSpot

2021-02-28 Thread Falko Modler
Hi everyone, with AdoptOpenJDK 11.0.10, I'm getting three test failures/errors with current masters of maven and maven-integration-testing, but only with the OpenJ9 variant, not with HotSpot. Is this a known problem? [ERROR] Failures: [ERROR] MavenITmng5482AetherNotFoundTest>AbstractMavenIntegr

[GitHub] [maven-site-plugin] elharo opened a new pull request #37: deps: update test dependencies

2021-02-28 Thread GitBox
elharo opened a new pull request #37: URL: https://github.com/apache/maven-site-plugin/pull/37 Mostly I want to see if the CI works or not This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [maven-site-plugin] elharo opened a new pull request #38: trivial change

2021-02-28 Thread GitBox
elharo opened a new pull request #38: URL: https://github.com/apache/maven-site-plugin/pull/38 Very trivial change to verify that the CI really is busted This is an automated message from the Apache Git Service. To respond to

Re: [VOTE] Release Apache Maven Scripting Plugin version 3.0.0

2021-02-28 Thread Robert Scholte
I need 1 more binding vote Robert On 24-2-2021 21:02:07, Robert Scholte wrote: Hi, We solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322823&version=12349673&styleName=Text There are zero issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project

[GitHub] [maven-site-plugin] michael-o merged pull request #38: trivial change

2021-02-28 Thread GitBox
michael-o merged pull request #38: URL: https://github.com/apache/maven-site-plugin/pull/38 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Elliotte Rusty Harold
At least six of the maven-st-plugin CI jobs seem broken at head, essentially all the Mac OS builds after JDK 8. Fixing these is the first step before we could safely consider a release. On Sun, Feb 28, 2021 at 6:38 PM Bertrand Martin wrote: > > Hi, > > Is there a release planned for Doxia 1.10 an

Re: [VOTE] Release Apache Maven Scripting Plugin version 3.0.0

2021-02-28 Thread Olivier Lamy
+1 On Mon, 1 Mar 2021 at 08:13, Robert Scholte wrote: > I need 1 more binding vote > > Robert > On 24-2-2021 21:02:07, Robert Scholte wrote: > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322823&version=12349673&styleName=Text > > There are

RE: Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Bertrand Martin
Hi Elliotte, The problem is that nobody is able to tell how these builds are failing: no error messages, no logs, nothing. Who has access to GitHub' Actions logs for maven-site-plugin? Bertrand Martin www.sentrysoftware.com -Original Message- From: Elliotte Rusty Harold Sent: Sunday,

RE: Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Bertrand Martin
Sorry, I need to clarify: we need to have access to the logs and errors of the integration tests (**/build.log). Bertrand Martin www.sentrysoftware.com -Original Message- From: Bertrand Martin Sent: Monday, March 01, 2021 0:07 To: Maven Developers List Subject: RE: Doxia 1.10 and mave

Re: Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Elliotte Rusty Harold
I don't know that either. Github tends to be configured so unless you're a repo maintainer you can't see who's a repo maintainer. Not my favorite github misfeature. On Sun, Feb 28, 2021 at 11:07 PM Bertrand Martin wrote: > > Hi Elliotte, > > The problem is that nobody is able to tell how these bu

Re: Doxia 1.10 and maven-site-plugin 3.10

2021-02-28 Thread Maarten Mulders
I happen to have a MacBook and I can confirm the failures - they also happen on my machine with Java 11. Unfortunately I don't have much time on my hands right now to investigate, but I'd be happy to share the log files if somebody else needs them. From what I've seen, three seem to be cause