I don't use m2eclipse, but I have this in my pom.xml...

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <configuration>
          <downloadSources>true</downloadSources>
          <downloadJavadocs>true</downloadJavadocs>
        </configuration>
      </plugin>

Seems to do the trick. I would look first at the m2eclipse settings first,
though.

jk

On Tue, Sep 29, 2009 at 11:47:23AM +0400, Vladimir Kovalyuk wrote:
> 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 when the execution stops at breakpoint eclipse
> says that there is no sources and variables panel does not show local
> variables.
> 
> Could somebody give me a hint how I can debug wicket sources?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to