Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for profileActivationFileWithProjectExpression (0.27 seconds)

  1. compat/maven-model-builder/pom.xml

    Guillaume Nodet <******@****.***> 1758103274 +0200
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 12.3K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

                            setProperty("bar", "foo");
                        }
                    }));
            assertViolations(result, 0, 0, 0);
        }
    
        @Test
        void profileActivationFileWithProjectExpression() throws Exception {
            SimpleProblemCollector result = validateRaw("raw-model/profile-activation-file-with-project-expressions.xml");
            assertViolations(result, 0, 0, 2);
    
            assertEquals(
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 33.9K bytes
    - Click Count (0)
Back to Top