Open aikebah opened 1 year ago
@aikebah , could you add the command line here, so I could use it to verify that the issues are gone?
@akuusik-perforce
A simple mvn org.zeroturnaround:jrebel-maven-plugin:1.1.11:generate
will do as a validator that you use the proper maven version (maven 3.9.2 required as the validations were put in that version), result will be a brief message indicating that 1.11.0 has issues, add -Dmaven.plugin.validation=VERBOSE
for the full details like above.
If you don't get the message it means you're not running it on maven 3.9.2
When substituting 1.11.0
by the new snapshot version of your modified plugin the message should be gone (or will indicate in verbose mode what violations for maven 4 compatibility are still present)
@akuusik-perforce Ran a test myself as well on a build from the HEAD commit of master and can confirm that the issues reported by Maven for forward compatibility have now been resolved.
Verbose validation results with Maven 3.9.2: