mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Create local-settings.xml
This commit is contained in:
parent
e4d8e0688d
commit
22a4bc336a
1 changed files with 12 additions and 0 deletions
12
.mvn/local-settings.xml
Normal file
12
.mvn/local-settings.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
||||||
|
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">
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>sonarqube-http-unblocker</id>
|
||||||
|
<mirrorOf>my-blocked-http-repository</mirrorOf>
|
||||||
|
<name></name>
|
||||||
|
<url>http://ec2-18-198-29-98.eu-central-1.compute.amazonaws.com:9000</url>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
</settings>
|
Loading…
Reference in a new issue