The resource search path is the path along which StreamBase searches for resource files
that are referenced by a module in the current project. The module search path is
managed by Maven, which looks by default in the src/main/resources
folder of the project, and in any subfolder
thereof.
To reference resources in other EventFlow or LiveView fragment projects in the current workspace, you must add the referenced project as a Maven dependency of the referencing project. For example, to reference modules in EventFlow project Secondary from project Primary, you must add a Maven dependency on Secondary from Primary.
Use pom.xml
file, and
use the POM Editor's Dependency tab.