This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch MNG-7118 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 04820522589ae7741a3371570287f77c853ec65a Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat Mar 13 19:03:43 2021 +0100 [MNG-7118] block HTTP repositories by default --- apache-maven/src/assembly/maven/conf/settings.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apache-maven/src/assembly/maven/conf/settings.xml b/apache-maven/src/assembly/maven/conf/settings.xml index b5a5a03..2f18af3 100644 --- a/apache-maven/src/assembly/maven/conf/settings.xml +++ b/apache-maven/src/assembly/maven/conf/settings.xml @@ -43,9 +43,9 @@ under the License. | values (values used when the setting is not specified) are provided. | |--> -<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" +<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 https://maven.apache.org/xsd/settings-1.1.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. | @@ -156,6 +156,13 @@ under the License. <url>http://my.repository.com/repo/path</url> </mirror> --> + <mirror> + <id>maven-default-http-blocker</id> + <mirrorOf>external:http:*</mirrorOf> + <name>Pseudo repository to mirror external repositories initially using HTTP.</name> + <url>http://0.0.0.0/</url> + <blocked>true</blocked> + </mirror> </mirrors> <!-- profiles