mvndaemon / homebrew-mvnd

This is a homebrew tap for mvnd, the Maven Daemon.
Apache License 2.0
7 stars 6 forks source link

= Homebrew tap for mvnd

This is a homebrew tap for https://github.com/mvndaemon/mvnd[`mvnd`, the Maven Daemon].

Tap and install with

brew install mvndaemon/homebrew-mvnd/mvnd

Afterwards, mvnd is available on the path and you can build your Maven based Java programs like this:

mvnd clean verify