You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Maven reactors are treated by default as a project with a single store and databases.
This can be switch to the legacy behavior to detect projects within a reactor by disabling the config setting use-execution-root-as-project-root. In this case the modules are scanned for the existence of jqassistant folders which are used as markers for project roots.
It shall be evaluated if the property can be deprecated and replaced by another config setting within a module. It would mark a module and its sub-modules as a project avoiding the need of the jqassistant folder. This should make the scope of projects more transparent to the user.
The text was updated successfully, but these errors were encountered:
Currently Maven reactors are treated by default as a project with a single store and databases.
This can be switch to the legacy behavior to detect projects within a reactor by disabling the config setting
use-execution-root-as-project-root
. In this case the modules are scanned for the existence ofjqassistant
folders which are used as markers for project roots.It shall be evaluated if the property can be deprecated and replaced by another config setting within a module. It would mark a module and its sub-modules as a project avoiding the need of the
jqassistant
folder. This should make the scope of projects more transparent to the user.The text was updated successfully, but these errors were encountered: