Re: how to debug Maven Model?

2008-05-14 Thread Tim Kettler
Hi, MavenXpp3Writer is part of the maven-model artifact. It's a class generated by the modello-maven-plugin. To get the sources you can either check out maven 2.0.9 from svn [1] and generate the sources yourself or grab the source artifact from central [2]. -Tim [1] http://svn.apache.org/vi

Antwort: how to debug Maven Model?

2008-05-14 Thread torsten . reinhard
[EMAIL PROTECTED] 14.05.2008 17:25 Bitte antworten an "Maven Users List" An users@maven.apache.org Kopie Thema how to debug Maven Model? Hi, I´m having a problem with the site-url of my project, it´s not created correct. mvn help:effective-pom shows an invalid path. Th

how to debug Maven Model?

2008-05-14 Thread torsten . reinhard
Hi, I´m having a problem with the site-url of my project, it´s not created correct. mvn help:effective-pom shows an invalid path. Therefore, I want to debug Maven-2.0.9. I´ve connected Eclipse via a Remote Java Application - all works fine, the debugger stops at "EffectivePomMojo". Starting t