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

Fix path errors while analyzing packages referencing ${java.home} #121

Merged
merged 1 commit into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. Fix path errors while analyzing packages referencing ${java.home}

    Some packages (e.g., Javassist) refere ${java.home} in <systemPath> of their dependencies. This commit add "java.home" to the passthrough properties list and prevent maven from complaining such paths are not absolute.
    
    Signed-off-by: Fuminobu TAKEYAMA <[email protected]>
    Fuminobu TAKEYAMA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a635f11 View commit details
    Browse the repository at this point in the history