mirror of https://github.com/apache/maven.git
[MNG-7064] Use HTTPS for schema location in global settings.xml
This commit is contained in:
parent
94612f96fa
commit
6e82d871e5
|
@ -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.
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue