Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hosts (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

         */
        public void setClassRealm(ClassRealm classRealm) {
            this.classRealm = classRealm;
        }
    
        /**
         * Gets the project's class realm. This class realm hosts the build extensions of the project.
         * <strong>Warning:</strong> This is an internal utility method that is only public for technical reasons, it is not
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        }
    
        /** MNG-3621 */
        @Test
        void testUncPath() throws Exception {
            PomTestWrapper pom = this.buildPom("unc-path/sub");
            assertEquals("file:////host/site/test-child", pom.getValue("distributionManagement/site/url"));
        }
    
        /** MNG-2006 */
        @Test
        void testUrlAppendWithChildPathAdjustment() 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