Sha256: 518c0ed62743789c250d9ef164252298710b077f4cacb597d568af1970c16ae1
Contents?: true
Size: 769 Bytes
Versions: 2
Compression:
Stored size: 769 Bytes
Contents
#-*- mode: ruby -*- gemspec :include_jars => true inherit "org.jruby:jruby-artifacts:#{model.version}" name "JRuby Jars Gem" jar 'org.jruby:jruby-core-complete', '${project.parent.version}' jar 'org.jruby:jruby-stdlib-complete', '${project.parent.version}' plugin( :clean, '2.5' ) do execute_goals( :clean, :phase => :clean, :id => 'clean-lib', :filesets => [ { :directory => '${basedir}/lib', :includes => ['*.jar'] } ], :failOnError => false ) end properties( 'tesla.dump.pom' => 'pom.xml', 'tesla.dump.readonly' => true ) plugin 'de.saumya.mojo:gem-maven-plugin' do execute_goals :id => 'default-push', :skip => true end # vim: syntax=Ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jruby-jars-1.7.6 | Mavenfile |
jruby-jars-1.7.6.dev | Mavenfile |