Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for validationReportLevel (0.1 seconds)

  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
            }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Apr 05 11:52:32 GMT 2025
    - 17.5K bytes
    - Click Count (0)
Back to Top