Eclipse: Re-run Maven using the -X switch to enable full debug logging

后端 未结 2 1775
一整个雨季
一整个雨季 2021-02-05 09:37

I have a Maven project I\'m trying to build/run in Eclipse but I\'m getting the error below. How do I do what the error suggests and add the -e or X switches to try to troublesh

相关标签:
2条回答
  • 2021-02-05 10:04

    You should check Debug Output in m2e configuration:

    Window -> Preferences -> Maven -> Debug Output

    0 讨论(0)
  • 2021-02-05 10:22

    As of IntelliJ 2019.2.2

    File -> Settings (Ctrl + Alt+ S) -> Build, Execution, Deployment -> Build Tools -> Maven -> Output Level: Debug

    0 讨论(0)
提交回复
热议问题