> [Mark Davis wrote] > Sent: Wed 9/26/2007 10:29 AM > To: [email protected] > Subject: [m2eclipse-user] Debug maven build > > >Hello > In maven plugin flash demo I've seen it is possible to debug maven builds. > > However when I try to place breakpoint in test method, switch to debug > perspective and then run maven test > nothing happens. > Seems break points are ignored. > > How to make debugging work?
One potential advice is to make sure you are debugging the exact same versions of the maven components you are running (otherwise the breakpoint is never invoked.)
