Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MAVEN_REPO_CENTRAL (0.15 sec)

  1. apache-maven/src/assembly/maven/conf/maven.properties

    maven.project.extensions      = ${maven.project.conf}/extensions.xml
    maven.user.extensions         = ${maven.user.conf}/extensions.xml
    
    #
    # Maven central repository URL.
    #
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Aug 27 21:11:04 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

        /**
         * Maven central repository URL.
         * The property will have the value of the <code>MAVEN_REPO_CENTRAL</code>
         * environment variable if it is defined.
         *
         * @since 4.0.0
         */
        @Config(defaultValue = "https://repo.maven.apache.org/maven2")
        public static final String MAVEN_REPO_CENTRAL = "maven.repo.central";
    
        /**
         * Maven installation settings.
         *
         * @since 4.0.0
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:24:08 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top