Learn about Maven’s support for multi-release JAR files

One of the new features that Java 9 brings us is the capability to build Multi-Release JARs (MRJAR). As the JDK Enhancement Proposal says, this allows us to have different Java release-specific versions of a class in the same JAR.

In this tutorial, we explore how to configure an MRJAR file using Maven.

#maven #java

How to Configure an MRJAR File using Maven
2.20 GEEK