Mavenfile in jruby-jars-9.0.0.0.rc2 vs Mavenfile in jruby-jars-9.0.0.0
- old
+ new
@@ -42,13 +42,9 @@
# TODO somehow the lib/jruby.jar gets moved away to avoid conflicts
FileUtils.cp( Dir[ File.join( source, "lib/jruby.jar" ) ].first,
File.join( ctx.project.basedir.to_pathname,
'lib',
"jruby-core-#{ctx.project.version}-complete.jar" ) )
- FileUtils.cp( Dir[ File.join( source, "lib/jruby-truffle.jar" ) ].first,
- File.join( ctx.project.basedir.to_pathname,
- 'lib',
- "jruby-truffle-#{ctx.project.version}-complete.jar" ) )
end
# do not push the gem during deploy phase
# the bang reuses the plugin declaration which is already in place and
# adds the extra execute_goal to it