IntelliJ directory little blue dot label in maven

13,296

It means the folder is defined as an Intellij Module.

Complete list of Intellij icons: https://www.jetbrains.com/idea/help/symbols.html

Share:
13,296
Inbl
Author by

Inbl

Updated on June 07, 2022

Comments

  • Inbl
    Inbl almost 2 years

    So I'm working on a java/scala maven project in IntelliJ. I made a new directory, and filled it out with src and test stuff, but it's not behaving the same as other directories.

    enter image description here

    What does the little blue square mean? Is it important? How do I make my new directory (second one) behave the same?

    Thanks in advance, sorry if this is a stupid question.

  • Inbl
    Inbl over 9 years
    Is there a way to mark an existing icon as an Intellij Module?
  • Inbl
    Inbl over 9 years
    Actually it showed up on its own eventually, probably because I have an IML in there.
  • Rudy Vissers
    Rudy Vissers over 7 years
    @Inbl:To mark an existing Maven Module as an Intellij Module then in the Maven Projects do 'Add Maven Projects' (the green plus). You will not achieve the same in doing a new import maven module because the Maven module is already there but not seen as an Intellij module. IMHO this one deserves its own SO question.
  • apolak
    apolak over 6 years
    what is the reason that Intellij doesn't load the module although it described as module in parent pom?
  • Janac Meena
    Janac Meena about 4 years
    Right-click on your .iml file and press the "import module" option to get this icon to show up.