Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validationReportLevel (0.52 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginValidationManager.java

            if (!logger.isWarnEnabled()) {
                return; // nothing can be reported
            }
            ValidationReportLevel validationReportLevel = validationReportLevel(mavenSession.getRepositorySession());
            if (validationReportLevel == ValidationReportLevel.NONE
                    || validationReportLevel == ValidationReportLevel.INLINE) {
                return; // we were asked to not report anything OR reporting already happened inline
            }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:32 UTC 2025
    - 17.5K bytes
    - Viewed (0)
Back to top