try to change the src dir with something like ; maven site -Dmaven.compile.source=/empty/dir
Nicolas On 4/25/05, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm porting an old project (James-with-Phoenix-2.2.0) that use a > deprecated third-party library from the Avalon project. The new > library is under development and it has not been released yet. > However, I would like to compile the xdocs of that project and get the > documentation in HTML sintax but if I run "maven site" Maven tries to > compile the java sources and the compilation breaks beacause it > doesn't find some of the deprecated classes. > > I would like to know if there is way to say Maven to skip the > java:compile goal when it generates the site. > > Regards, > Alonso > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
