]
George Gastaldi moved FURNACE-11 to FORGE-2405:
-----------------------------------------------
Project: Forge (was: Forge: Furnace)
Key: FORGE-2405 (was: FURNACE-11)
Component/s: Addon Manager
(was: Addon Manager)
Fix Version/s: 2.x Future
(was: 2.x Future)
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
Fix For: 2.x Future
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.