Main icon indicating copy to clipboard operation
Main copied to clipboard

maven: Maven does not shim mvn.

Open Kreijstal opened this issue 2 years ago • 1 comments

Good day, scoop installs maven, but mvn.cmd is not shimmed, should it not be shimmed just like any other program?

Kreijstal avatar Feb 01 '24 14:02 Kreijstal

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?

tech189 avatar Feb 19 '24 16:02 tech189