Hacker News new | ask | show | jobs
by needusername 4377 days ago
> We can’t have one Scala binary version target two different Java versions without further artifactId name mangling.

Yes you can. The classifier is made for this and the POM reference even uses this as an example.

> Even if maven did have support for specifying the required Java version,

It does. You can for example use different profiles that are activated by the JDK version. Again the POM reference covers this.