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

Version Path
logstash-output-newrelic-1.2.0 vendor/bundle/jruby/2.5.0/gems/jar-dependencies-0.4.1/lib/jars/lock_down_pom.rb
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.5.0/gems/jar-dependencies-0.4.1/lib/jars/lock_down_pom.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.5.0/gems/jar-dependencies-0.4.1/lib/jars/lock_down_pom.rb
jar-dependencies-0.4.1 lib/jars/lock_down_pom.rb
jar-dependencies-0.4.0 lib/jars/lock_down_pom.rb
logstash-filter-device_detection-1.0.7-java vendor/bundle/jruby/1.9/gems/jar-dependencies-0.3.12/lib/jars/lock_down_pom.rb
jar-dependencies-0.3.12 lib/jars/lock_down_pom.rb