]
George Gastaldi closed FORGE-2405.
----------------------------------
Fix Version/s: (was: 3.x Future)
Resolution: Won't Do
Addon-install already reinstalls it, so no need to introduce a new command
addon-reinstall
---------------
Key: FORGE-2405
URL:
https://issues.jboss.org/browse/FORGE-2405
Project: Forge
Issue Type: Feature Request
Components: Addon Manager
Reporter: Ondrej Zizka
addon-install would keep the context of addon installation.
addon-reinstall would then reinstall it from the same place.
Example:
addon-install without arguments searches the current directory's project.
it installs org.jboss:foo,1.0
Then I want to reinstall, the project is alredy 1.1
So `addon-reinstall org.jboss:foo` will remove the current addon of the same G:A and
install it from the same project directory as last time (possibly different than current
working dir). This is a bit magical, but that's the way addon-* work anyway.