For a Maven project, when right-clicking pom.xml a...
# intellij
k
For a Maven project, when right-clicking pom.xml and selecting "Show effective POM", is it possible to get it to show which parent POM a certain line comes from?
As a workaround, I go into the terminal window and type
mvn help:effective-pom -Dverbose=true | less
but wondered if it's possible to add the verbose option in the IDE.