You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the format has a space in it, the constructed argument list is not parsed correctly and fails the test:
Error: Could not find or load main class %1$tH:%1$tM:%1$tS
Caused by: java.lang.ClassNotFoundException: %1$tH:%1$tM:%1$tS
The configuration of properties is XML and thus clearly the value is a single argument - I don't believe adding any quoting to the POM is appropriate, since this is not shell syntax. I think m2e should handle passing property values that contain spaces correctly through to Eclipse.
First, thank you for fixing delayed property evaluation in m2e! Now we're on to the next issue ;)
We include a upstream parent pom that declares some helpful system properties for Surefire, like:
This gets faithfully written to Eclipse test runner config VM args:
Because the format has a space in it, the constructed argument list is not parsed correctly and fails the test:
The configuration of properties is XML and thus clearly the value is a single argument - I don't believe adding any quoting to the POM is appropriate, since this is not shell syntax. I think m2e should handle passing property values that contain spaces correctly through to Eclipse.
Eclipse Version: 2024-12 (4.34.0)
M2E - Maven Integration for Eclipse 2.7.0.20241126-1642
Thank you and please let me know if I can provide further information.
The text was updated successfully, but these errors were encountered: