java - resolve dependencies from workspace projects in IDEA -
this default setting in intellij idea. however, applies maven modules within same intellij project (window). when importing multiple maven modules, intellij suggests creating separate intellij project each, can confusing. instead, however, can import multiple modules same intellij project via:
file
> new
> module existing sources...
or can achieve same result using +
button in maven projects
sidebar.
Comments
Post a Comment