Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
e > > > > debug) > > > > > > > > On Tue, 9 Oct 2018 at 08:45, Enrico Olivelli > > > wrote: > > > > > > > > > Il lun 8 ott 2018, 23:23 Jeff MAURY ha > scritto: > > > > > > > > > > > M2e takes care of everything > >

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
gt; > > Il lun 8 ott 2018, 23:23 Jeff MAURY ha scritto: > > > > > > > M2e takes care of everything > > > > > > > > > > Same for Apache Netbeans :) > > > > > > Enrico > > > > > > > > > > Jeff > > >

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
3:23 Jeff MAURY ha scritto: > > > > > M2e takes care of everything > > > > > > > Same for Apache Netbeans :) > > > > Enrico > > > > > > > Jeff > > > > > > Le lun. 8 oct. 2018 à 23:09, Simon Sheng a > > écrit : >

Re: I am wandering how you do guys debug maven?

2018-10-12 Thread Simon Sheng
e only just seen that in the latest documentation but i've > probably not looked at surefire documentation for debugging for maybe > 6+ years. > > John > > On Fri, 12 Oct 2018 at 20:25, Simon Sheng wrote: > > > > Hi John, > > > > I am trying the profile,

Re: I am wandering how you do guys debug maven?

2018-10-14 Thread Simon Sheng
; On Sat, 13 Oct 2018 at 12:41, Karl Heinz Marbaise > wrote: > > > > Hi, > > > > On 08/10/18 23:08, Simon Sheng wrote: > > > Hi, > > > > > > I am bringing this baby question since Maven load all it's classes by > > > ClassWorlds. Whi

I am wandering how you do guys debug maven?

2018-10-08 Thread Simon Sheng
Hi, I am bringing this baby question since Maven load all it's classes by ClassWorlds. Which means it doesn't have "main method". instead we debug everything by log, do we have other way like debug with any IDE: Eclipse, Intellij etc. put breakpoints and debug step by step ? Thanks