Launch maven with args, using plexis launcher. Returns exit status.
# File lib/rjack-maven.rb, line 41 def self.launch( args = ARGV ) Launcher.main_with_exit_code( args ) end
# File lib/rjack-maven.rb, line 29 def self.setup_system_properties sys = Java::java.lang.System sys.set_property( "maven.home", BASE_DIR ) sys.set_property( "classworlds.conf", File.join( BASE_DIR, 'config', 'm2.conf' ) ) end