mirror of https://github.com/apache/maven.git
http to central not supported anymore, switch to https
This commit is contained in:
parent
d2342c1f87
commit
bf7e8f5ec4
|
@ -72,7 +72,7 @@ under the License.
|
|||
use for the tests. -->
|
||||
<preparedMavenHome>${mavenHome}</preparedMavenHome>
|
||||
<!-- default properties used to filter the global settings -->
|
||||
<maven.it.central>http://repo1.maven.org/maven2</maven.it.central>
|
||||
<maven.it.central>https://repo1.maven.org/maven2</maven.it.central>
|
||||
<proxy.active>false</proxy.active>
|
||||
<proxy.host>localhost</proxy.host>
|
||||
<proxy.port>80</proxy.port>
|
||||
|
|
|
@ -26,7 +26,7 @@ under the License.
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
|
@ -38,7 +38,7 @@ under the License.
|
|||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
|
|
|
@ -26,7 +26,7 @@ under the License.
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
|
@ -38,7 +38,7 @@ under the License.
|
|||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
|
|
|
@ -45,7 +45,7 @@ under the License.
|
|||
-->
|
||||
<repositories>
|
||||
<id>imaginary-repo</id>
|
||||
<url>http://repository.imaginary/</url>
|
||||
<url>https://repository.imaginary/</url>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
|
@ -36,11 +36,11 @@ under the License.
|
|||
<!-- The duplicate repository id should cause a validation error during a build -->
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo1.maven.org</url>
|
||||
<url>https://repo1.maven.org</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo2.maven.org</url>
|
||||
<url>https://repo2.maven.org</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
|
@ -112,21 +112,21 @@ under the License.
|
|||
<!-- duplicate repository id's (MNG-4193) -->
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo1.maven.org</url>
|
||||
<url>https://repo1.maven.org</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo2.maven.org</url>
|
||||
<url>https://repo2.maven.org</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo1.maven.org</url>
|
||||
<url>https://repo1.maven.org</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo2.maven.org</url>
|
||||
<url>https://repo2.maven.org</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
@ -171,21 +171,21 @@ under the License.
|
|||
<!-- duplicate repository id's (MNG-4193) -->
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo1.maven.org</url>
|
||||
<url>https://repo1.maven.org</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo2.maven.org</url>
|
||||
<url>https://repo2.maven.org</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo1.maven.org</url>
|
||||
<url>https://repo1.maven.org</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>non-unique-id</id>
|
||||
<url>http://repo2.maven.org</url>
|
||||
<url>https://repo2.maven.org</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
|
|
|
@ -38,11 +38,11 @@ under the License.
|
|||
<!-- duplicate repositories -->
|
||||
<repository>
|
||||
<id>mng4488</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mng4488</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ under the License.
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
|
|
|
@ -52,7 +52,7 @@ under the License.
|
|||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://repository.apache.org/snapshots</url>
|
||||
<url>https://repository.apache.org/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
|
|
|
@ -90,7 +90,7 @@ under the License.
|
|||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://repository.apache.org/snapshots</url>
|
||||
<url>https://repository.apache.org/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
|
|
Loading…
Reference in New Issue