when custome home brew formula file, like this
github: https://github.com/Dreampie/homebrew-taps/tree/master/Formula
brew tap dreampie/taps https://github.com/Dreampie/homebrew-taps
brew search maven
brew install dreampie/taps/maven-noopenjdk@3.6.3
this tap always install to Maven home: /usr/local/Cellar/maven-noopenjdk@3.6.3/3.6.3/libexec
how can let it install to /usr/local/Cellar/maven-noopenjdk/3.6.3/libexec
remove dir suffix @3.6.3