Due to the module activation by profile, IntelliJ IDEA does not import all submodules into the editor layout. This layout is created when ticking the corresponding module profile in the Maven Projects window. Creating a new profile that will import the tests module might solve this issue and as well may be used in the whole testsuite's build process, while keeping the build and test times of the project same.
Due to the module activation by profile, IntelliJ IDEA does not import all submodules into the editor layout. This layout is created when ticking the corresponding module profile in the
Maven Projects
window. Creating a new profile that will import thetests
module might solve this issue and as well may be used in the whole testsuite's build process, while keeping the build and test times of the project same.