I had a project with small code sample snippets, grouped by modules, like this:
Each module has individual POM file and no (apparently) global one.
Previously I had one more module, called Wikidata
. At some moment IntelliJ said, that this module was "removed from Maven structure" and suggested to removed from project too. I agreed and now it is gone. It is still on disk in separate folder.
My questions are
How to put module back?
What was that "maven structure", from which module was removed and how to control this structure?