Sha256: fb0456c9a9c89ca4aeafc107d3f39a0a96a72d3c1088e724875a5aab2a18ec66
Contents?: true
Size: 519 Bytes
Versions: 28
Compression:
Stored size: 519 Bytes
Contents
#-*- mode: ruby -*- gemfile :include_jars => true resource do directory '../../lib/ruby/shared/' target_path '${basedir}/lib' includes 'bouncy-castle-java.rb' end plugin( :clean, '2.5' ) do execute_goals( :clean, :phase => :clean, :id => 'clean-lib', :filesets => [ { :directory => '${basedir}/lib' } ], :failOnError => false ) end properties( 'tesla.dump.pom' => 'pom.xml', 'tesla.dump.readonly' => true ) # vim: syntax=Ruby
Version data entries
28 entries across 28 versions & 1 rubygems