slachiewicz opened a new pull request, #73:
URL: https://github.com/apache/maven-jdeps-plugin/pull/73
## Summary
This PR addresses issue #24 by adding support for the `-jdkinternals` flag
to the maven-jdeps-plugin.
## Changes
1. **Maven Version Update**: Updated the Maven prerequisite from 3.6.3 to
3.0.0 to ensure broader compatibility with Maven 3.x
2. **New Feature**: Added 'jdkinternals' parameter to AbstractJDepsMojo that
enables the `-jdkinternals` flag when running jdeps
- Default: false (disabled)
- Can be enabled via POM configuration:
`<jdkinternals>true</jdkinternals>`
- Also available as command-line property: `-Djdeps.jdkinternals=true`
3. **Unit Tests**: Added comprehensive unit tests for the new jdkinternals
parameter
## Issue Resolution
Fixes #24 - The plugin now supports the jdeps `-jdkinternals` option which
restricts analysis to show only internal API usage.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]