Not at all, If you remove the linckcheck report in your POM, you will not execute this plugin (which seems to be slow due to the number of links in your documentation - javadoc, jxr, ....) If you use the property maven.xdoc.skip.uptodate and you don't clean the generated site, then all the plugins are executed (including the linkcheck) but only the html pages corresponding to xdocs files which hadn't changed are transformed.
Arnaud On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > btw this probably means that there's some kind of redundancy in the > generation of my site ;-( > > Michael Niemaz a écrit : > > I see although when I set this property, it takes 12 minutes to > > complete instead of 30 and the generated site looks ok. > > Plus i don't see all the verbose linkcheck output in the console. > > Are you sure of what you are stating? > > > > --mike > > >
