]
George Gastaldi closed FORGE-2596.
----------------------------------
Fix Version/s: 3.0.0.Beta5
Assignee: George Gastaldi
Resolution: Done
Fixed in master branch
addons installation instructions are wrong
------------------------------------------
Key: FORGE-2596
URL:
https://issues.jboss.org/browse/FORGE-2596
Project: Forge
Issue Type: Bug
Components: Documentation
Affects Versions: 2.20.2.Final
Reporter: Paolo Antinori
Assignee: George Gastaldi
Fix For: 3.0.0.Beta5
If I open the documentation page for a component, like
http://forge.jboss.org/addon/org.jboss.forge.addon:slf4j
on the left side there are the installation steps:
{code}
In the Forge CLI:
addon-install --coordinate org.jboss.forge.addon:slf4j
{code}
The sample command is invalid in Forge 2.20.2.Final and generates this error:
{code}
[pantinor]$ addon-install --coordinate org.jboss.forge.addon:slf4j
***ERROR*** "org.jboss.forge.addon:slf4j" is not a valid Addon coordinate
{code}