|
22 | 22 | <vendor.gems.path>vendor/gems</vendor.gems.path> |
23 | 23 | <bundler.version>1.5.3</bundler.version> |
24 | 24 | <bundler.local>false</bundler.local> <!-- true by default --> |
25 | | - <saumya.mojo.version>1.0.0-rc4</saumya.mojo.version> |
| 25 | + <saumya.mojo.version>1.0.1</saumya.mojo.version> |
26 | 26 | <!--default: <gem.home>target/rubygems</gem.home>--> |
27 | 27 | </properties> |
28 | 28 |
|
|
197 | 197 | <phase>test</phase> |
198 | 198 | <goals><goal>install</goal></goals> |
199 | 199 | <configuration> |
| 200 | + <jruby.version>${jruby.version}</jruby.version> |
200 | 201 | <includeOpenSSL>false</includeOpenSSL> |
201 | 202 | <args>--local ${vendor.gems.path}/bouncy-castle-java-1.5.0147.gem ${vendor.gems.path}/jruby-openssl-0.9.4.gem</args> |
202 | 203 | </configuration> |
|
206 | 207 | <phase>test</phase> |
207 | 208 | <goals><goal>install</goal></goals> |
208 | 209 | <configuration> |
| 210 | + <jruby.version>${jruby.version}</jruby.version> |
209 | 211 | <includeOpenSSL>false</includeOpenSSL> |
210 | 212 | <args>bundler -v ${bundler.version}</args> |
211 | 213 | </configuration> |
|
222 | 224 | <phase>test</phase> |
223 | 225 | <goals><goal>install</goal></goals> |
224 | 226 | <configuration> |
| 227 | + <jruby.version>${jruby.version}</jruby.version> |
225 | 228 | <!--<local>false</local>--> |
226 | 229 | <bundlerVersion>${bundler.version}</bundlerVersion> |
227 | 230 | </configuration> |
|
238 | 241 | <phase>test</phase> |
239 | 242 | <goals><goal>rake</goal></goals> |
240 | 243 | <configuration> |
| 244 | + <jruby.version>${jruby.version}</jruby.version> |
241 | 245 | <args>speconly SKIP_SPECS=${maven.test.skip} FULL_BIN_PATH=true</args> |
242 | 246 | </configuration> |
243 | 247 | </execution> |
|
248 | 252 | <!-- bind "late" so we do not run during compile/test-compile --> |
249 | 253 | <goals><goal>rake</goal></goals> |
250 | 254 | <configuration> |
| 255 | + <jruby.version>${jruby.version}</jruby.version> |
251 | 256 | <args>resources VERSION=${project.version}</args> |
252 | 257 | </configuration> |
253 | 258 | </execution> |
254 | 259 | </executions> |
255 | 260 | </plugin> |
| 261 | + <!-- |
256 | 262 | <plugin> |
257 | 263 | <groupId>org.jruby</groupId> |
258 | 264 | <artifactId>jruby-rake-plugin</artifactId> |
259 | 265 | <version>${jruby.version}</version> |
260 | | - </plugin> |
| 266 | + </plugin>--> |
261 | 267 | </plugins> |
262 | 268 | <extensions> |
263 | 269 | <extension> |
|
0 commit comments