If it doesn't solve your problem, can you try this SNAPSHOT [1] of maven 1.1 beta 3 with an update of the linkcheck plugin.
Thx Arnaud [1] http://people.apache.org/~aheritier/maven/1.X/snapshots/ On 2/13/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > As the checking is done in a different plugin (the linkcheck-plugin ;) > ), you have to execute that goal separately before running xdoc: > > maven maven-linkcheck-plugin:report > maven xdoc > > Or you add the maven-linkcheck-plugin report to your project.xml and run > maven site > > > And you don't need to manually update the repository, Maven will do that > automatically for you. > > -Lukas > > > Lance Bader wrote: > > Oh! Now I see. The link checks are not performed by the xDoc plug-in, they > > are performed by the LinkCheck plugin. I wasn't even aware of this plugin. > > > > Still no joy. I successfully replaced the maven-linkcheck-plugin version > > 1.3.4 with version 1.4-SNAPSHOT. Then I manually updated the repository > > with the required JAR files for Commons HTTP, Commons Codec, and Log4j. > > Now, when I execute Maven 1.1-beta-2 with the maven-xdoc-plugin 1.9.2 for > > the xdoc goal, the link check operation is NOT performed. The build > > completes after the generation phase and there are no link check artifacts > > generated. > > > > What am I doing wrong? > > > > Lance > > > > > > --------------------------------------------------------------------- > 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]
