That behaviour was deprecated as I fully switched it over to use the reports section of the POM.

Basically the only recommended way to disable a default report is to define all the other reports you want in your POM.

If you lobby hard enough (raise an improvement request) in JIRA, I'll probably create a way to just disable a single default report via the POM.

eg (this does not work in Maven!!! as it has never been coded)

<reports>
   <default-reports/>
   <disable-report>maven-linkcheck-plugin</disable-report>
   <report>maven-bob-report</report>
</reports>

We'll bikeshed it all on IRC probably. Which colour would you prefer?

Cheers,

Ben

Quinton McCombs wrote:

Can the linkcheck plugin still be disabled with
maven.linkcheck.enable=false?  I have this set in my project.properties
file but it is still appears to run....

I am using CVS HEAD.

---------------------------------------------------------------------
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]



Reply via email to