mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update and rename settings.xml to local-settings.xml
This commit is contained in:
parent
9481ed0500
commit
7e3b93eea1
1 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,11 @@
|
||||||
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="https://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
|
xsi:schemaLocation="https://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>sonarqube-http-unblocker</id>
|
<id>maven-default-http-blocker</id>
|
||||||
<mirrorOf>my-blocked-http-repository</mirrorOf>
|
<mirrorOf>external:http:*</mirrorOf>
|
||||||
<name></name>
|
<name>Pseudo repository to mirror external repositories initially using HTTP.</name>
|
||||||
<url>http://ec2-18-198-29-98.eu-central-1.compute.amazonaws.com:9000</url>
|
<url>http://0.0.0.0/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
</settings>
|
</settings>
|
Loading…
Reference in a new issue