Skip to content

Commit e44e4ac

Browse files
committed
Restore obsolete plugins to functionality for now
The plugins restored here are largely obsolete, preferring to use jruby:exec and similar targets to run normal external Ruby programs, but they are still dependencies of other projects that have not migrated (such as jruby-rack). This commit and the two prior restore the plugins and update them in the same way the ones were upated to recent JRuby and gem versions.
1 parent 31ada0b commit e44e4ac

File tree

24 files changed

+116
-125
lines changed

24 files changed

+116
-125
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ there is maven repository with torquebox.org which delivers gem (only ruby and j
1111
<repositories>
1212
<repository>
1313
<id>mavengems</id>
14-
<url>http://rubygems-proxy.torquebox.org/releases</url>
14+
<url>mavengem:https://rubygems.org</url>
1515
</repository>
1616
</repositories>
1717
. . .

bundler-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>gem-parent-mojo</artifactId>
6-
<groupId>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
6+
<groupId>org.jruby.maven</groupId>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../gem-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>bundler-maven-plugin</artifactId>

bundler-maven-plugin/src/it/bundler-pom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?xml version="1.0"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>de.saumya.mojo</groupId>
4+
<groupId>org.jruby.maven</groupId>
55
<artifactId>bundler</artifactId>
66
<version>testing</version>
77

88
<repositories>
99
<repository>
10-
<id>rubygems-releases</id>
11-
<url>http://rubygems-proxy.torquebox.org/releases</url>
10+
<id>mavengems</id>
11+
<url>mavengem:https://rubygems.org</url>
1212
</repository>
1313
</repositories>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>rubygems</groupId>
1818
<artifactId>rubyzip2</artifactId>
19-
<version>2.0.1</version>
19+
<version>2.0.2</version>
2020
<type>gem</type>
2121
</dependency>
2222
<dependency>
@@ -29,7 +29,7 @@
2929
<build>
3030
<plugins>
3131
<plugin>
32-
<groupId>de.saumya.mojo</groupId>
32+
<groupId>org.jruby.maven</groupId>
3333
<artifactId>bundler-maven-plugin</artifactId>
3434
<version>@project.version@</version>
3535
<executions>

cucumber-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>test-parent-mojo</artifactId>
6-
<groupId>de.saumya.mojo</groupId>
7-
<version>1.1.9-SNAPSHOT</version>
6+
<groupId>org.jruby.maven</groupId>
7+
<version>3.0.3-SNAPSHOT</version>
88
<relativePath>../test-parent-mojo/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cucumber-maven-plugin</artifactId>

cucumber-maven-plugin/src/it/cucumber-failure-19/features/simplest.feature

Lines changed: 0 additions & 11 deletions
This file was deleted.

cucumber-maven-plugin/src/it/cucumber-failure-19/features/step_definitions/simplest_steps.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

cucumber-maven-plugin/src/it/cucumber-failure-19/invoker.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

cucumber-maven-plugin/src/it/cucumber-failure-19/pom.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

cucumber-maven-plugin/src/it/cucumber-failure-19/test.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

cucumber-maven-plugin/src/it/cucumber-failure-19/verify.bsh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)