Sha256: 7f67101d2a4610eba523111dc5e8fe31ea70a0bd52a03b5af8118e16f8111942

Contents?: true

Size: 203 Bytes

Versions: 18

Compression:

Stored size: 203 Bytes

Contents

#-*- mode: ruby -*-

require 'maven/ruby/tasks'

task :default do
  # chdir might not work with jruby, in that case run 'rake verify' from the parrent dir
  Dir.chdir '..' do
    maven.install
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
warbler-1.4.10 integration/Rakefile
warbler-2.0.2 integration/Rakefile
warbler-2.0.1 integration/Rakefile
warbler-2.0.0 integration/Rakefile
warbler-2.0.0.rc3 integration/Rakefile
warbler-2.0.0.rc2 integration/Rakefile
warbler-2.0.0.rc1 integration/Rakefile
warbler-2.0.0.pre3 integration/Rakefile
warbler-2.0.0.pre2 integration/Rakefile
warbler-1.4.9 integration/Rakefile
warbler-1.4.8 integration/Rakefile
warbler-2.0.0.pre1 integration/Rakefile
warbler-1.4.7 integration/Rakefile
warbler-1.4.6 integration/Rakefile
warbler-1.4.5 integration/Rakefile
warbler-1.4.4 integration/Rakefile
warbler-1.4.3 integration/Rakefile
warbler-1.4.2 integration/Rakefile