Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEnvars (0.1 sec)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java

                            model, (Path) null, createModelBuildingRequest(context), collector));
    
            assertEquals(RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE, e.getMessage());
        }
    
        @Test
        public void testEnvars() throws Exception {
            context.put("env.HOME", "/path/to/home");
    
            Map<String, String> modelProperties = new HashMap<>();
            modelProperties.put("outputDirectory", "${env.HOME}");
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top