Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BR (0.17 sec)

  1. maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java

            this.url = url;
    
            this.protocol = protocol(url);
            this.basedir = basedir(url);
        }
    
        // Path Utils
    
        /**
         * Return the protocol name.
         * <br>
         * E.g: for input
         * <code>http://www.codehaus.org</code> this method will return <code>http</code>
         *
         * @param url the url
         * @return the host name
         */
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 11K bytes
    - Viewed (0)
  2. api/maven-api-settings/src/main/mdo/settings.mdo

              <description>
                <![CDATA[
                Whether this mirror should be blocked from any download request but fail the download process, explaining why.
                <br><b>Default value is</b>: <code>false</code>
                <br><b>Since</b>: Maven 3.8.0
                ]]>
              </description>
            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>1.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top