Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread John Krasnay
I don't use m2eclipse, but I have this in my pom.xml... org.apache.maven.plugins maven-eclipse-plugin true true Seems to do the trick. I would look first at the m2eclipse settings first, though. jk On Tue, Sep 29, 2009 at 11:47

Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Martin Grigorov
El mar, 29-09-2009 a las 11:47 +0400, Vladimir Kovalyuk escribió: > I believe it must be something extremely simple. > I set up a project in Eclipse Galileo using m2eclipse from Sonatype. > I'm trying to debug the wicket class. I set breakpoints and the execution > stops exactly at those points. Th

[offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Vladimir Kovalyuk
I believe it must be something extremely simple. I set up a project in Eclipse Galileo using m2eclipse from Sonatype. I'm trying to debug the wicket class. I set breakpoints and the execution stops exactly at those points. The wicket sources are actually attached. I can see the source code. But whe