Re: [VOTE] Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0

2022-12-15 Thread Hervé Boutemy
+1 Reproducible Builds ok: reference builds done on *nix - maven-script-interpreter with JDK 19 - maven-invoker-plugin with JDK 11 notice that for releases, I tend to prefer using a LTS JDK Regards, Hervé Le jeudi 15 décembre 2022, 04:29:47 CET Olivier Lamy a écrit : > Hi, > I'd like to relea

[GitHub] [maven-shared-incremental] rmannibucau commented on pull request #18: store last compilation time

2022-12-15 Thread GitBox
rmannibucau commented on PR #18: URL: https://github.com/apache/maven-shared-incremental/pull/18#issuecomment-1354329428 Doesnt goal and execid are sufficient to avoid isTest need? It is in the key already. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [maven-shared-incremental] olamy opened a new pull request, #18: store last compilation time

2022-12-15 Thread GitBox
olamy opened a new pull request, #18: URL: https://github.com/apache/maven-shared-incremental/pull/18 Signed-off-by: Olivier Lamy -- 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 to go to the specific com

[ANN] Apache Maven 4.0.0-alpha-3 released

2022-12-15 Thread Guillaume Nodet
The Apache Maven team is pleased to announce the release of the Apache Maven 4.0.0-alpha-3. Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central pi

[GitHub] [maven-shared-incremental] dependabot[bot] closed pull request #16: Bump maven-shared-components from 37 to 38

2022-12-15 Thread GitBox
dependabot[bot] closed pull request #16: Bump maven-shared-components from 37 to 38 URL: https://github.com/apache/maven-shared-incremental/pull/16 -- 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 to go to th

[GitHub] [maven-shared-incremental] dependabot[bot] commented on pull request #16: Bump maven-shared-components from 37 to 38

2022-12-15 Thread GitBox
dependabot[bot] commented on PR #16: URL: https://github.com/apache/maven-shared-incremental/pull/16#issuecomment-1353415170 Superseded by #17. -- 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 to go to th

[GitHub] [maven-shared-incremental] dependabot[bot] opened a new pull request, #17: Bump maven-shared-components from 37 to 39

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #17: URL: https://github.com/apache/maven-shared-incremental/pull/17 Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 37 to 39. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-

Re: [VOTE] Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0

2022-12-15 Thread Michael Osipov
Am 2022-12-15 um 04:29 schrieb Olivier Lamy: Hi, I'd like to release Maven Script Interpreter 1.4 and Maven Invoker Plugin 3.4.0 The main goal is to support jdk19. Maven Script Interpreter 1.4 release notes https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352358&styleName=Text&pr

Re: [VOTE] Release Apache Maven 4.0.0-alpha-3

2022-12-15 Thread Guillaume Nodet
I don't think this is expected, so please raise an issue. Le jeu. 15 déc. 2022 à 08:55, Petr Široký a écrit : > Hello everyone, > > I have tried to build a sample project locally using Maven 4.0.0-alpha-3 > and I am seeing one difference / inconsistency with the behavior of empty > tag in setti

Re: Surefire Plugin Pull Requests

2022-12-15 Thread Slawomir Jaranowski
Hi, Root cause for it is failing test: org.apache.maven.surefire.its.ConsoleOutputIT.properNewlinesAndEncodingWithDifferentEncoding Error which you see is from the GH job which tries to attach logs in case of failed build but on linux os is executed a test which checks a special path a

Re: Surefire Plugin Pull Requests

2022-12-15 Thread Elliotte Rusty Harold
I looked at some of those recently but the Github CI seems borked, possibly at head. Someone with repo privileges may have to look into that before anything can be merged. E.g. Run actions/upload-artifact@v3 With the provided path, there will be 8281 files uploaded Starting artifact upload For mor