Last active
March 7, 2026 12:22
-
-
Save Geolykt/25bfca6da7f79adb0d6071a99e8e38c6 to your computer and use it in GitHub Desktop.
maven alternatives installation script on fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| alternatives --install /usr/bin/mvn mvn "$1/bin/mvn" 0 --follower /usr/bin/mvnDebug mvnDebug "$1/bin/mvnDebug" --follower /usr/bin/mvnenc mvnenc "$1/bin/mvnenc" --follower /usr/bin/mvnup mvnup "$1/bin/mvnup" --follower /usr/bin/mvnyjp mvnyjp "$1/bin/mvnyjp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment