Skip to content

Commit b77f1d4

Browse files
committed
mavengem-wagon needs to be in .mvn/extensions.xml for some stuff
Seems like this is needed for it to be picked up by some of the integration tests; specifically, the bundler-maven-plugin ITs fail if this is not present. Perhaps missed during the update to mavengem originally.
1 parent 4bf354d commit b77f1d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
3+
<extension>
4+
<groupId>org.jruby.maven</groupId>
5+
<artifactId>mavengem-wagon</artifactId>
6+
<version>2.0.2</version>
7+
</extension>
8+
</extensions>

0 commit comments

Comments
 (0)