On Thu, Jan 09, 2003 at 07:20:28AM +0800, Ming Fai wrote:
> hi,
>
> just a quick question. how is it possible to deploy only the generated docs?
> i.e. target/docs/* . by default, when i run "maven site:deploy", it deploys
> the whole project directory to the destination. I want only the web docs to
> be deployed to the web server.
>
> thx and regards,
> mingfai
>
That's a bug, that you can circumvent by setting the variable
maven.docs.dest = ${maven.build.dir}/docs
in your project.properties until this bug will be eliminated.
incze
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>