Created by: tychobrailleur
Prior to getting some work done on that plugin, I wanted to make sure all the integration tests for it passed. There were 3 failing:
-
small-projectwas failing when trying to downloadjruby-opensslwith jruby 1.7, as the torquebox maven repo for the gems was not defined; -
script-inside-pom-to-outputfile-somewherewas failing asDir.new("..").collectreturnsEnumerablein 1.9 which is now the default mode in jruby 1.7; - Last one is a bit more puzzling: I was getting http://jira.codehaus.org/browse/JRUBY-5789 (
(ArgumentError) $! not set) when running it – so I switched the unit test to RedBridge.