Sha256: 5bdc972e667c59217397bf38a7d49c7483d8647847ec542c3c96464f007d2560
Contents?: true
Size: 773 Bytes
Versions: 7
Compression:
Stored size: 773 Bytes
Contents
# this file is maven DSL and used by maven via jars/lock_down.rb basedir(ENV_JAVA['jars.basedir']) eval(File.read(File.join(File.dirname(__FILE__), 'attach_jars_pom.rb'))) jfile = ENV_JAVA['jars.jarfile'] jarfile(jfile) if jfile # need to fix the version of this plugin for gem:jars_lock goal jruby_plugin :gem, ENV_JAVA['jruby.plugins.version'] # if you use bundler we collect all root jar dependencies # from each gemspec file. otherwise we need to resolve # the gemspec artifact in the maven way unless ENV_JAVA['jars.bundler'] begin gemspec rescue nil end end properties('project.build.sourceEncoding' => 'utf-8') plugin :dependency, ENV_JAVA['dependency.plugin.version'] eval(File.read(File.join(File.dirname(__FILE__), 'output_jars_pom.rb')))
Version data entries
7 entries across 7 versions & 4 rubygems