Sha256: 4b10a5532669063befa0e2e95865288b994eede6648e26497cbddbb8acc86018

Contents?: true

Size: 519 Bytes

Versions: 28

Compression:

Stored size: 519 Bytes

Contents

#-*- mode: ruby -*-
gemspec :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

Version Path
maven-tools-1.2.1 spec/gemspec_with_extras/Mavenfile
maven-tools-1.2.0 spec/gemspec_with_extras/Mavenfile
maven-tools-1.2.0.pre1 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.7 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.6 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.4 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.3 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.2 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.1 spec/gemspec_with_extras/Mavenfile
maven-tools-1.1.0 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.13 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.12 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.11 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.10 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.9 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.8 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.7 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.6 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.5 spec/gemspec_with_extras/Mavenfile
maven-tools-1.0.4 spec/gemspec_with_extras/Mavenfile