You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thomas Tatzel <th...@db.com> on 2003/02/19 12:08:35 UTC

maven-linkcheck-plugin

Hello,

I have an other question: How I get the linkcheck running?
I want to read the plugin documentation, but the link is broken.


During my first run I get the following output:

        maven-linkcheck-plugin:report-real:
            [echo] BaseDir: C:\work\bora
            [mkdir] Created dir: C:\work\bora\target\linkcheck
            [mkdir] Created dir: C:\work\bora\target\linkcheck\docs
            [echo] LinkCheck not enabled as maven.linkcheck.enable is not 
defined.

So I define in the project.properties the following line

        maven.linkcheck.enable = true

Now I get the following output and I don't know why?

        maven-linkcheck-plugin:report-real:
            [echo] BaseDir: C:\work\bora
            [echo] Generating the LinkCheck report

        BUILD FAILED
        null:485:46: <attainGoal> null:46:59: <attainGoal> null:64:10: 
<linkcheck:linkcheck> null
        Total time: 1 minutes 29 seconds


Any ideas?
Thomas

Re: maven-linkcheck-plugin

Posted by Martin van den Bemt <ml...@mvdb.net>.
On Wed, 2003-02-19 at 12:08, Thomas Tatzel wrote:
> Hello,
> 
> I have an other question: How I get the linkcheck running?
> I want to read the plugin documentation, but the link is broken.
> 

That's actually quite funny...

Mvgr,
Martin