Maven build debug in Eclipse

后端 未结 4 1458
别那么骄傲
别那么骄傲 2020-12-12 19:03

I want to debug Eclipse build with tests. I tried to run it by Run > Debug Configurations > Maven Build. In Base directory is my Maven repo directory with pom.xml file, in g

4条回答
  •  鱼传尺愫
    2020-12-12 19:47

    if you are using Maven 2.0.8+, then it will be very simple, run mvndebug from the console, and connect to it via Remote Debug Java Application with port 8000.

提交回复
热议问题