Incorrect example with local plugin dirs in "Extending Forrest with Plugins"
----------------------------------------------------------------------------
Key: FOR-1112
URL: https://issues.apache.org/jira/browse/FOR-1112
Project: Forrest
Issue Type: Bug
Components: Documentation and website
Reporter: Pablo Barrera
In this page http://forrest.apache.org/pluginDocs/plugins_0_90/usingPlugins.html
it is said:
"For example,
project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,/export/forrest_plugins
will add the project specific directory ${project.home}/plugins to the list of
directories to search in."
but I think the correct one is:
"For example,
project.required.plugins.src=${project.home}/plugins,${forrest.home}/plugins,${forrest.home}/whiteboard/plugins
will add the project specific directory ${project.home}/plugins to the list of
directories to search in."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.