- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for validateEffectiveModel (0.34 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
// plugins configuration pluginConfigurationExpander.expandPluginConfiguration(resultModel, request, problems); } // effective model validation modelValidator.validateEffectiveModel(resultModel, request, problems); if (hasModelErrors(problems)) { throw problems.newModelBuildingException(); } return result; } @OverrideCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
exec); } } } } @Override @SuppressWarnings("checkstyle:MethodLength") public void validateEffectiveModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems) { validateStringNotEmpty("modelVersion", problems, Severity.ERROR, Version.BASE, m.getModelVersion(), m);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0)