[MNG-7064] Use HTTPS for schema location in global settings.xml

This commit is contained in:
Michael Osipov 2021-01-04 20:07:46 +01:00
parent 94612f96fa
commit 6e82d871e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ under the License.
|-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|