ํฐ์คํ ๋ฆฌ ๋ทฐ
๋ฐ์ํ
๐ฑ maven Blocked mirror for repositories
- Maven 3.8.1 ์ด์ ๋ถํฐ ๋ณด์์์ ์ด์ ๋ก HTTP ๋ ํฌ๋ ์ ๊ทผ์ ๋ง์๊ธฐ ๋๋ฌธ์ ์๋ฌ๊ฐ ๋ฐ์
~/.m2/settings.xml์ ๋ฏธ๋ฌ ๋ ํฌ ์ถ๊ฐํ์ฌ ํด๊ฒฐํด๋ด ์๋ค.
POM.xml
<!-- nexus ์๋ฒ -->
<repositories>
<repository>
<id>mynexus</id>
<name>mynexus</name>
<url>http://111.111.111.111/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
vi ~/.m2/settings.xml ์์ผ๋ฉด ๋ง๋ค๋ฉด ๋ฉ๋๋ค.
<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 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>release-http-unblocker</id>
<mirrorOf>mynexus</mirrorOf>
<url>http://111.111.111.111/nexus/content/groups/public</url>
</mirror>
</mirrors>
</settings>
'๐ Error Fixed' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๊ณต์ง์ฌํญ
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
- Total
- Today
- Yesterday
๋งํฌ
TAG
- git name
- ๊ฐ์ฒด ์งํฅ ์ค๊ณ ์์น
- ๊ฐ์ฒด์งํฅ์ค๊ณ solid
- git gmail
- ๋งฅ๋ฆฐ์ด ์ฑ ์ถ์ฒ
- ๋์์ธํจํด ์ฅ๋จ์
- ๋์์ธํจํด ๋จ์
- git user.gmail
- ๋งฅ ์ฑ ์ถ์ฒ
- ๋์์ธํจํด ์ฅ์
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
๊ธ ๋ณด๊ดํจ