https://github.com/elasticpath/homebrew-mvnmin
brew tap for mvnmin
https://github.com/elasticpath/homebrew-mvnmin
Last synced: 3 months ago
JSON representation
brew tap for mvnmin
- Host: GitHub
- URL: https://github.com/elasticpath/homebrew-mvnmin
- Owner: elasticpath
- License: apache-2.0
- Created: 2021-06-28T16:33:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T21:37:04.000Z (over 2 years ago)
- Last Synced: 2025-03-12T01:46:28.725Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-mvnmin
`brew` tap for `mvnmin`
## Create a release
1. Update `MVNMIN_VERSION` in `mvnmin.rb` to match the new release.
1. 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
```
1. Commit the changes and push.