Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c6d2d commit c4ecd6bCopy full SHA for c4ecd6b
maven/jruby-dist/pom.rb
@@ -25,7 +25,7 @@
25
'outputDirectory' => '${project.build.directory}' } ] )
26
end
27
28
- execute :fix_executable_bits do |ctx|
+ execute :fix_executable_bits, 'package' do |ctx|
29
Dir[ File.join( ctx.project.build.directory,
30
'META-INF',
31
'jruby.home',
@@ -65,7 +65,7 @@
65
66
67
phase :package do
68
- execute :pack_sources do |ctx|
+ execute :pack_sources, 'package' do |ctx|
69
require 'fileutils'
70
71
revision = `git show`.gsub( /\n.*|commit /, '' )
0 commit comments