either: a) Specify all the reports you want in your project.xml under the <reports> element, or b) Delete the plugin from ${maven.home} and the unpacked plugins directory, or c) Use a postGoal in maven.xml:
<postGoal name="xdoc:register-reports"> <attainGoal name="maven-lincheck-plugin:deregister"/> </postGoal> -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 24/12/2003 09:39:12 PM: > This report has no utility in my company. And because we have a special > network archictecture whitch make tha we don't have direct web acces, this > report allways failed. > > I see in the list a maven.linkcheck.enable=false but it seems to be deprecated. > > I try to set maven.mode.online to false it didn't have any impact. > > So how to disable linkcheck report ? > > Nicolas > > --------------------------------------------------------------------- > 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]