Intellij maven output link

How can I control that maven output compilation errors in the intellij output window are displayed as links? That would be very helpful!

I am currently using intellij idea 10.2. My conclusion is just a bunch of text. I am using the scala maven plugin ... maybe this is the problem .. I don't know how file links are created.

Thanks for any help.

+3
source share
1 answer

It works automatically if you have sources for files that you create in your project.

+1
source

Source: https://habr.com/ru/post/1795233/


All Articles