Re: Maven 3.9.9 unexpected operator

2024-08-14 Thread John Neffenger
Thank you, Tamás. Respin #1 is working fine for me now. John On 8/14/24 1:32 AM, Tamás Cservenák wrote: Howdy, Thanks for testing! Fix is on way (3.9.9 and 4) and will respin 3.9.9 release: https://github.com/apache/maven/pull/1652 https://github.com/apache/maven/pull/1653 Thanks T

Re: Maven 3.9.9 unexpected operator

2024-08-14 Thread Tamás Cservenák
Howdy, Thanks for testing! Fix is on way (3.9.9 and 4) and will respin 3.9.9 release: https://github.com/apache/maven/pull/1652 https://github.com/apache/maven/pull/1653 Thanks T On Tue, Aug 13, 2024 at 10:43 PM John Neffenger wrote: > I think the errors I'm getting in my previous message are

Maven 3.9.9 unexpected operator

2024-08-13 Thread John Neffenger
I think the errors I'm getting in my previous message are from Maven 3.9.9 using a Bash construct in a normal '/bin/sh' shell script, which is dash on my Ubuntu system. Dash prints the "unexpected operator" error message when '==' is used instead of '=' in a test. I think you can also use '-eq