Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify the JAR files module descriptors #68

Closed
plamentotev opened this issue Aug 29, 2017 · 1 comment
Closed

Verify the JAR files module descriptors #68

plamentotev opened this issue Aug 29, 2017 · 1 comment
Milestone

Comments

@plamentotev
Copy link
Member

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.

@plamentotev plamentotev added this to the 3.6.0 milestone Apr 14, 2018
@plamentotev
Copy link
Member Author

As the implementation actually uses the JDK tool, we'll get the validation for free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant