Skip to content

Commit

Permalink
Gah. tar needs to get gzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 27, 2015
1 parent 819a015 commit 776534d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/jruby-dist/pom.rb
Expand Up @@ -119,8 +119,8 @@
system( "git archive --prefix 'jruby-#{ctx.project.version}/' --format #{format} #{revision} . -o #{basefile}.#{format}" ) || raise( "error creating #{format}-file" )
end
end
#puts "zipping #{basefile}.tar"
#system( "gzip #{basefile}.tar -f" ) || raise( "error zipping #{basefile}.tar" )
puts "zipping #{basefile}.tar"
system( "gzip #{basefile}.tar -f" ) || raise( "error zipping #{basefile}.tar" )
end
plugin 'org.codehaus.mojo:build-helper-maven-plugin' do
execute_goal( 'attach-artifact',
Expand Down

0 comments on commit 776534d

Please sign in to comment.