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

Support Maven Site Plugin 3.12.0+ #1038

Merged
merged 2 commits into from Jun 22, 2022
Merged

Commits on Jun 18, 2022

  1. Support Maven Site Plugin 4.0.x

    This breaks backward compatibility with `maven-site-plugin:3.4.x` and
    possibly other old versions as well. A revision bump is recommended.
    
    This commit updates the Maven plugin-related dependencies and modifies any
    code affected by breaking changes.
    
    Closes hcoles#1037
    l0s committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    ea51bc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Downgrade maven-reporting to latest non-milestone

    This downgrades the `maven-reporting-*` libraries to use the latest
    non-milestone version. In addition, the integration tests are updated to use
    the latest non-milestone version of `maven-site-plugin`.
    
    Note that the surefire dependencies need to remain on a milestone version to
    avoid missing class errors.
    
    Closes hcoles#1037
    l0s committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c40f054 View commit details
    Browse the repository at this point in the history