]
George Gastaldi closed FORGE-2792.
----------------------------------
Fix Version/s: 3.9.6.Final
Resolution: Done
Support Maven on Windows
------------------------
Key: FORGE-2792
URL:
https://issues.redhat.com/browse/FORGE-2792
Project: Forge
Issue Type: Bug
Components: Addon Manager
Affects Versions: 3.9.4.Final
Reporter: Gianluigi Disconzi
Assignee: Gianluigi Disconzi
Priority: Major
Fix For: 3.9.6.Final
When installing an addon with {{addon-install-from-git}}
Maven is used to build it. On a Windows machine the command used is {{mvn.bat}}, which is
not supported since [this
commit|https://github.com/apache/maven/commit/c6faf8dd65587c3ea6d79ccf48e...].
I'd suggest to change the command to {{mvn.cmd}}.