gnodet commented on PR #2272: URL: https://github.com/apache/maven/pull/2272#issuecomment-2829536911
> @gnodet Test case extended Thx, I slightly modified it as one of the problem was the generation of an empty string when `release` is defined to `true` (which is what happens when using `-Drelease` on the command line for example). This PR now fixes the ternary operator to support expressions such as `${release:+${foo}:-${bar}}` or `${versionCore}${release:+-DEVELOPER}`. -- 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 comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org