You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen McConnell <mc...@apache.org> on 2003/02/16 15:08:59 UTC

[PATCH] deploy:fsdeploy

Hi:

I recently discovered that the site:fsdeploy target has an incomplete 
filter when copying files from target/docs to the site deployment 
directory.  The filter <include name="**/*.*"/> excludes files that do 
not have a period in the files.  This means that the javadoc 
package-list file is not copied across, preventing the possibility for 
linking to the deploytment site javadocs.  The solution is real simpler 
- must replace "**/*.*"" with "**/*".

A patch is included below.

Cheers, Steve.


cvs diff plugin.jelly (in directory 
F:\dev\jakarta-turbine-maven\src\plugins-build\site\)
Index: plugin.jelly
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-maven/src/plugins-build/site/plugin.jelly,v
retrieving revision 1.6
diff -r1.6 plugin.jelly
163c163
<         <include name="**/*.*"/>
---
 >         <include name="**/*"/>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org
http://www.osm.net



Re: [PATCH] deploy:fsdeploy

Posted by di...@multitask.com.au.
Applied,

thanks!
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Stephen McConnell <mc...@apache.org> wrote on 17/02/2003 01:08:59 AM:

> 
> Hi:
> 
> I recently discovered that the site:fsdeploy target has an incomplete 
> filter when copying files from target/docs to the site deployment 
> directory.  The filter <include name="**/*.*"/> excludes files that do 
> not have a period in the files.  This means that the javadoc 
> package-list file is not copied across, preventing the possibility for 
> linking to the deploytment site javadocs.  The solution is real simpler 
> - must replace "**/*.*"" with "**/*".
> 
> A patch is included below.
> 
> Cheers, Steve.
> 
> 
> cvs diff plugin.jelly (in directory 
> F:\dev\jakarta-turbine-maven\src\plugins-build\site\)
> Index: plugin.jelly
> ===================================================================
> RCS file: 
> 
/home/cvspublic/jakarta-turbine-maven/src/plugins-build/site/plugin.jelly,v
> retrieving revision 1.6
> diff -r1.6 plugin.jelly
> 163c163
> <         <include name="**/*.*"/>
> ---
>  >         <include name="**/*"/>
> 
> -- 
> 
> Stephen J. McConnell
> mailto:mcconnell@apache.org
> http://www.osm.net
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
turbine-maven-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
turbine-maven-user-help@jakarta.apache.org
> 

> ForwardSourceID:NT000B1ED6