Skip to content

Commit

Permalink
[build] add sha256 to bin distributions
Browse files Browse the repository at this point in the history
these checksum do not attach to the install and deploy phase

[skip ci]
  • Loading branch information
mkristian committed Jul 15, 2015
1 parent cdd9a3a commit 66de408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maven/jruby-dist/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
:classifier => 'src' } ] )

end
plugin( 'net.ju-n.maven.plugins:checksum-maven-plugin', '1.2' ) do
execute_goals( :artifacts, :algorithms => ['SHA256' ] )
end
end
end
end

0 comments on commit 66de408

Please sign in to comment.