Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 405 Bytes

homebrew-mvnmin

brew tap for mvnmin

Create a release

  1. Update MVNMIN_VERSION in mvnmin.rb to match the new release.
  2. Update the sha256 checksum in mvnmin.rb to match the checksum of the new release jar. This example works for 1.0.2
     sha256sum ~/.m2/repository/com/elasticpath/tools/mvnmin/1.0.2/mvnmin-1.0.2-jar-with-dependencies.jar
    
  3. Commit the changes and push.