Sha256: bf1a024cb2589f575bb275faaaa281fe924a24800be3e45bf292f4cf4a005cfc
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
#-*- mode: ruby -*- gemspec jruby_plugin( :minitest, :minispecDirectory =>"spec/*spec.rb" ) do execute_goals(:spec) end #snapshot_repository :jruby, 'http://ci.jruby.org/snapshots/maven' # (jruby-1.6.7 produces a lot of yaml errors parsing gemspecs) properties( #'jruby.versions' => ['1.7.16.1','9.0.0.0-SNAPSHOT'].join(','), 'jruby.versions' => ['1.7.16.1'].join(','), 'jruby.modes' => ['1.9', '2.0','2.1'].join(','), # just lock the versions 'jruby.version' => '1.7.16.1', 'tesla.dump.pom' => 'pom.xml', 'tesla.dump.readonly' => true ) # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maven-tools-1.0.6 | Mavenfile |