Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateEffectiveModel (0.13 sec)

  1. maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

                throws Exception {
            Model model = read(pom);
    
            SimpleProblemCollector problems = new SimpleProblemCollector(model);
    
            validator.validateEffectiveModel(model, requestConfigurer.apply(new DefaultModelBuildingRequest()), problems);
    
            return problems;
        }
    
        private SimpleProblemCollector validateRaw(String pom, int level) throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 13:13:07 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top