Skip to content

Commit ee122e8

Browse files
authored
try mirroring rubygems repo
jruby/jruby-maven-plugins#100 (comment)
1 parent c0c591d commit ee122e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.m2/settings.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4+
https://maven.apache.org/xsd/settings-1.0.0.xsd">
5+
<mirrors>
6+
<mirror>
7+
<id>rubygems-releases-mirror</id>
8+
<name>RubyGems Releases mirror</name>
9+
<url>https://repo.maven.apache.org/maven2</url>
10+
<mirrorOf>rubygems-release</mirrorOf>
11+
</mirror>
12+
</mirrors>
13+
</settings>

0 commit comments

Comments
 (0)