Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDependencyManagementWithInterpolation (0.23 sec)

  1. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        @Test
        void testDependencyScope() throws Exception {
            buildPom("dependency-scope/sub");
        }
    
        // This will fail on a validation error if incorrect
        public void testDependencyManagementWithInterpolation() throws Exception {
            buildPom("dependency-management-with-interpolation/sub");
        }
    
        @Test
        void testInterpolationWithSystemProperty() throws Exception {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
Back to top