File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ under the License.
43
43
| values (values used when the setting is not specified) are provided.
44
44
|
45
45
|-->
46
- <settings xmlns =" http://maven.apache.org/SETTINGS/1.0 .0"
46
+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.2 .0"
47
47
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
48
- xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0 .0 http://maven.apache.org/xsd/settings-1.0 .0.xsd" >
48
+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.2 .0 http://maven.apache.org/xsd/settings-1.2 .0.xsd" >
49
49
<!-- localRepository
50
50
| The path to the local repository maven will use to store artifacts.
51
51
|
@@ -156,6 +156,13 @@ under the License.
156
156
<url>http://my.repository.com/repo/path</url>
157
157
</mirror>
158
158
-->
159
+ <mirror >
160
+ <id >maven-default-http-blocker</id >
161
+ <mirrorOf >external:http:*</mirrorOf >
162
+ <name >Pseudo repository to mirror external repositories initially using HTTP.</name >
163
+ <url >http://0.0.0.0/</url >
164
+ <blocked >true</blocked >
165
+ </mirror >
159
166
</mirrors >
160
167
161
168
<!-- profiles
You can’t perform that action at this time.
0 commit comments