We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09b0c0 commit 8441a73Copy full SHA for 8441a73
1 file changed
integration/pom.xml
@@ -20,7 +20,7 @@
20
<repositories>
21
<repository>
22
<id>rubygems</id>
23
- <url>https://rubygems.org</url>
+ <url>mavengem:https://rubygems.org</url>
24
</repository>
25
</repositories>
26
@@ -52,6 +52,13 @@
52
</dependencies>
53
54
<build>
55
+ <extensions>
56
+ <extension>
57
+ <groupId>org.jruby.maven</groupId>
58
+ <artifactId>mavengem-wagon</artifactId>
59
+ <version>2.0.2</version>
60
+ </extension>
61
+ </extensions>
62
<defaultGoal>verify</defaultGoal>
63
<resources>
64
<resource>
0 commit comments