All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.maven-tools-1.2.1.spec.gemspec_with_extras.Mavenfile Maven / Gradle / Ivy

The newest version!
#-*- 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy