The site generation of maven doens't work dur to
maven-jdepend-plugin:register isn't found.
I have a similar problem when I run on a plugin :
maven clean plugin:install plugin:deploy
but works with :
maven clean plugin:install
maven plugin:deploy
Emmanuel
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 11:50 PM
Subject: cvs commit: maven plugins-site.xml
> brett 2004/01/26 14:50:23
>
> Modified: . Tag: MAVEN-1_0-BRANCH plugins-site.xml
> Log:
> plugin site build fixes
>
> Revision Changes Path
> No revision
> No revision
> 1.1.4.2 +5 -3 maven/plugins-site.xml
>
> Index: plugins-site.xml
> ===================================================================
> RCS file: /home/cvs/maven/plugins-site.xml,v
> retrieving revision 1.1.4.1
> retrieving revision 1.1.4.2
> diff -u -r1.1.4.1 -r1.1.4.2
> --- plugins-site.xml 16 Jan 2004 22:00:20 -0000 1.1.4.1
> +++ plugins-site.xml 26 Jan 2004 22:50:23 -0000 1.1.4.2
> @@ -1,4 +1,4 @@
> -<project>
> +<project xmlns:maven="jelly:maven" xmlns:j="jelly:core"
xmlns:ant="jelly:ant">
>
> <!--
================================================================== -->
> <!-- G E N E R A T E P L U G I N D O C U M E N T A T I O
-->
> @@ -9,7 +9,8 @@
>
> <maven:reactor
> basedir="${maven.plugins.directory}"
> - includes="*/project.xml"
> + includes="${maven.plugins.includes}"
> + excludes="${maven.plugins.excludes}"
> goals="xdoc"
> banner="Generating Docs For"
> ignoreFailures="false"
> @@ -40,7 +41,8 @@
>
> <maven:reactor
> basedir="${maven.plugins.directory}"
> - includes="*/project.xml"
> + includes="${maven.plugins.includes}"
> + excludes="${maven.plugins.excludes}"
> goals="site"
> banner="Generating site for"
> ignoreFailures="false"
>
>
>
>
> ---------------------------------------------------------------------
> 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]