[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 b5ee583381
commit 8f58b85eaf
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.2.0" <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd"> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
<!-- localRepository <!-- localRepository
| The path to the local repository maven will use to store artifacts. | The path to the local repository maven will use to store artifacts.
| |