How to disable gray colors in maven multi module projects

Answered

I have quite big maven multi module project and what I can see now is this:

and in my root pom  even worse:

its definitely inconvenient and I would like to disabe it.

Do you know how can I back to normal colors?

My Idea:

Thanks

0
7 comments

May you show the entire pom.xml file? 

Please also make sure that the module is not ignored in Maven tool window. 

0

Not for that project because of NDA...

After two days I can try to reproduce it in my other open-source repo...

0

Hello,

I was able to reproduce it with my other (non commercial) multi module maven project. Not sure if it's related, but in maven settings I found this (while I haven't ignored anything on my own):

can you tell me why these poms are ignored and should they be ignored at all? I just open project with command: idea pom.xml right from my terminal

Problem is appars on OS: Windows 10, while on my macOS everything is working fine.

you can find all its pom files here: https://github.com/daggerok/from-zero-to-reactive-cloud-micro-hero

 

0

"Ignored Files" settings dialog displays all the pom.xml files. Until a file is checked, it is not ignored and is working as a maven configuration file. And you can tick the checkbox for a file to ignore it, so it will be detected as a simple .xml file.

Do you see the same greyed out file via the standard Darcula theme? 

1

Hi Konstantin,

Yes, my first post screenshots was done from IDEA with standard theme. That was first what I thought about...

0

Try removing Material theme plugin and reset your color schemes. 

It is definitely Material theme issue: 

https://github.com/ChrisRM/material-theme-jetbrains/issues/1491

0

Thanks, I'll try if it's working and let you know

0

Please sign in to leave a comment.