devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 102 forks source link

Complete alignment of tool-names in scripts #1285

Closed hohwille closed 11 months ago

hohwille commented 11 months ago

In #1085 we wanted to remove the quirks about mapping tool names and align everything. I just found a leftover that was missed out by PR #1095 that can be found here: https://github.com/devonfw/ide/blob/ecca89e8269660c99fa4ddc24a94ec58e8e568e5/scripts/src/main/resources/scripts/command/ide#L341-L347

This also should be removed.

hohwille commented 11 months ago

This issue is not only a cleanup but also a potential bug that prevents updating of mvn as it searches for the wrong folder.