Slackbot
05/07/2023, 1:12 PMChris Lee
05/07/2023, 1:56 PMChris Lee
05/07/2023, 1:57 PMPhilip W
05/07/2023, 1:58 PMThomas Broyer
05/07/2023, 3:25 PMmaven.compiler.release
is just a property that happens to be used as the default value for `maven-compiler-plugin`'s release
property. But how about that release
property being configured explicitly? What if a profile overrides the property with another value? (and remember that this could be inherited from parent POMs) What if command-line overrode the property at the time of publishing? How about some post-processing using some other Maven plugin to make the classes actually compatible with JDK 8? (and I didn't even talk about maven.compiler.target
)Philip W
05/07/2023, 4:17 PMThomas Broyer
05/07/2023, 5:42 PMVampire
05/07/2023, 7:23 PMVampire
05/07/2023, 7:24 PMThomas Broyer
05/07/2023, 7:37 PMPhilip W
05/07/2023, 7:47 PMVampire
05/07/2023, 7:47 PM