Re: [VOTE] Release Apache Maven Enforcer version 3.5.0

2024-05-27 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 26.05.24 19:51, Slawomir Jaranowski wrote: Hi, We solved 9 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12353621 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/iss

Re: Maven 3.9.7 fails to activate profile?

2024-05-27 Thread John Neffenger
Thank you for the quick response, Tamás. On 5/27/24 11:51 AM, Tamás Cservenák wrote: Can you create a small reproducer, ideally shared on github or similar service? This "Hello World" JavaFX project illustrates the problem for me: Hello JavaFX! https://github.com/jgneff/hello-javafx Just

Re: Maven 3.9.7 fails to activate profile?

2024-05-27 Thread Tamás Cservenák
Howdy, Can you create a small reproducer, ideally shared on github or similar service? Thanks T On Mon, May 27, 2024 at 5:06 PM John Neffenger wrote: > Maven 3.9.7 fails to set a profile property in the main JavaFX POM: > > Maven Central: org.openjfx:javafx:22.0.1 > https://central.sonatype.co

Maven 3.9.7 fails to activate profile?

2024-05-27 Thread John Neffenger
Maven 3.9.7 fails to set a profile property in the main JavaFX POM: Maven Central: org.openjfx:javafx:22.0.1 https://central.sonatype.com/artifact/org.openjfx/javafx/22.0.1 Building a simple JavaFX program with Maven 3.9.6 or 3.8.8 works fine, but I get the following error when I upgrade to Mav