Sha256: 908a83aa2f446eec3473d9dc7c2ede0c8c1878065fa184c10e08f9db8d1dc9e7
Contents?: true
Size: 780 Bytes
Versions: 34
Compression:
Stored size: 780 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" ] gemspec rescue nil 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
34 entries across 33 versions & 10 rubygems