GitHub Issue #59: JakartaEE9 source and target level
maven compiler plugin - set source and target properties in parent pom.xml
Signed-off-by: Markus Stauffer [email protected]
I think this is outdated, so I suggest closing this
the question of defining a default target JDK in parent POM remains open: is it something the project would find useful or not? (currently not done)
then the next question discussed here: JDK 8 or less or JDK 9 or more to build? in the latter case, it's better to set release
Today I think that this parent is not a good place to configure m-c-p. It should be limited to EF infra-related and release-time settings (like repository location, perhaps m-gpg-p, nexus-staging plugin, but not much more).
It seems that this parent doesn't share its lifecycle with Jakarta EE releases, so statement for Java level should be left to children.
I think this one has expired