Using Maven snapshot builds (macOS & Ubuntu)

2020-10-26 Thread Maarten Mulders
Hi all, Recently, we've had an issue being reported against a snapshot build of Maven [1]. I think this kind of early feedback is very valuable, especially since this was a scenario not covered in our regular integration tests. Personally, I also prefer to run Maven snapshot builds on my

Re: Toolchains + maven-invoker (was PMD 3.14.0 vote)

2020-10-26 Thread Andreas Dangel
I'll change this, once INFRA-20938 [1] is solved. Currently, toolchain.xml is missing on Windows build nodes, it only works on linux nodes. The current branch, I'm working on, contains the proper usage of invoker: [2] Regards, Andreas [1] https://issues.apache.org/jira/browse/INFRA-20938 [2]

Re: [VOTE] Release Apache Maven Script Interpreter version 1.3

2020-10-26 Thread Hervé Boutemy
I don't want to hijack this voting thread but... JDK is already OS-insensitive for compiling (even for META-INF/MANIFEST.MF, for example). What is OS sensitive is other build tasks that manipulate files that contain newlines (= the pom.properties our Maven plugin generates, or plugin.xml, or