The JDK jar tool verifies the module descriptors for the module JAR files. The verification includes checks such as if all provided by the module services are part of the JAR file, if all versioned module descriptors are consistent, etc.
It would be nice if Plexus Archiver does similar checks and throws exception in case the verification fails.
The JDK jar tool verifies the module descriptors for the module JAR files. The verification includes checks such as if all provided by the module services are part of the JAR file, if all versioned module descriptors are consistent, etc.
It would be nice if Plexus Archiver does similar checks and throws exception in case the verification fails.