Olivier, you can have it by two ways to disable the linkcheck..
by having a property maven.linkcheck.enable=false or in maven.xml you can have something like this <postGoal name="xdoc:register-reports"> <attainGoal name="maven-linkcheck-plugin:deregister" /> </postGoal> try this.... RK -----Original Message----- From: Olivier Lamy [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:24 PM To: Maven Users List (E-mail) Subject: How to disable the linkcheck without to disable the cvs reports and a pdf question Hello, I would like to disable the checklink report without disable the cvs reports. In fact, the plugin checklink doesn't seem to use the proxy properties. An other question, the pdf plugin a big pdf file with all documentation (it's nice). But is it possible to have a pdf file for each pages generated. The goal is to having a link as printer friendly in the html pages, which show the documentation in the pdf format without the navigation. Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
