We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb64a85 commit 8008d66Copy full SHA for 8008d66
2 files changed
Mavenfile
@@ -113,6 +113,7 @@ properties( 'jruby.plugins.version' => '3.0.2',
113
'invoker.test' => '${bc.versions}',
114
# allow to skip all tests with -Dmaven.test.skip
115
'invoker.skip' => '${maven.test.skip}',
116
+ 'skipRunit' => 'true',
117
'runit.dir' => 'src/test/ruby/**/test_*.rb',
118
'mavengem.wagon.version' => '2.0.2', # for jruby plugin
119
'mavengem-wagon.version' => '2.0.2', # for polyglot-ruby
pom.xml
@@ -72,6 +72,7 @@ DO NOT MODIFY - GENERATED CODE
72
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
73
<polyglot.dump.readonly>false</polyglot.dump.readonly>
74
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
75
+ <skipRunit>true</skipRunit>
76
</properties>
77
<dependencies>
78
<dependency>
0 commit comments