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

Report artifact info #75

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Report artifact info #75

wants to merge 3 commits into from

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    3829392 View commit details
    Browse the repository at this point in the history
  2. Report artifact info

    When an error occurs, this information is provided by handleArtifacts.
    
    For warnings, the only information is the information provided by the getLog().warn() call itself.
    
    Without this change, the following output is common:
    [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (display-info) @ acceptance-test-harness ---
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    [WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53
    jsoref authored and slachiewicz committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5e34af0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update src/main/java/org/apache/maven/plugins/enforcer/EnforceBytecod…

    …eVersion.java
    
    Co-authored-by: Mirko Friedenhagen <[email protected]>
    slachiewicz and mfriedenhagen authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    56faacd View commit details
    Browse the repository at this point in the history