IntelliJ IDEA not “hyperlinking” to source files in Maven Run tool window
I have been using intellij for 2 years now and love it. however after updating to 2016.3.4 it stopped highlighting path locations in the run window. I used to be able to just click on the highlighted path and it would jump to the file and line. example of output from maven-checkstyle-plugin which should be "clickable" : [ERROR] C:\Users\userName\Documents\project.main\src\main\java\MyClass.java:36: Only one statement per line allowed. [OneStatementPerLine] This is extremely frustrating and any idea of how to get intellij to do this again would be fantastic. Minimal, Complete, and Verifiable