Main
Main copied to clipboard
maven: Maven does not shim mvn.
Good day, scoop installs maven, but mvn.cmd is not shimmed, should it not be shimmed just like any other program?
There is no need to shim it as the manifest adds the whole of the bin folder to the path, including mvn.cmd:
"env_add_path": "bin",
Is it working okay for you?