First Release of JDeps Maven Plugin
Read OriginalThis article introduces the first release of the JDeps Maven Plugin, a tool designed to help Java developers prepare for Java 9. The plugin uses the `jdeps` tool to analyze a project's compiled classes for dependencies on JDK-internal APIs, which will become inaccessible in Java 9. It breaks the build if any such dependencies are found, providing a clear error report. The post includes configuration examples and explains how to integrate the plugin into a Maven build process.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser