How to include files outside of a module in a project

Answered

I'm importing a Maven project into IntelliJ. Can I include external files in the project that are not included in those modules?

I want to find and edit external files related to my project in IntelliJ as well.

0
4 comments

Thanks for the answer.
The link was helpful.

Although there are some unnecessary files, I decided to add content root to the existing module.

0

If you modify the content roots of the modules imported from Maven, they will be reverted on the next Maven project sync/import.

0

I see. So it's better to create a new module.

0

Please sign in to leave a comment.