Randall Fidler wrote:
> Hello,
> 
>  
> 
>             I have a multi-module project that seemed to deploy fine
> with SCP but not with FILE.  Inside settings.xml I've got a var which
> points to the local directory where the site files should be deployed to
> and things work fine for the parent but not the child.
> 
>  
> 
> Parent (1.0_SNAPSHOT)   (has site in dist mgmt set to
> file://${site.dir}/${project.artifactId}/${project.version}

Does ${site.dir} start with a / ?

A file URL normally has three /-characters, like this:

file:///directory/path

This is because the host is omitted from the URL.

> 
>  |
> 
>  |
> 
>  ----- Child (1.0_SNAPSHOT) 
> 
>  
> 
> What happens is I end up with both sites in the same directory instead
> of the child being nested under the parent, which means that the link in
> the modules section of the parent site has the wrong link for the child
> site.  It thinks the child is at {parent site directory}/Child  but as I
> said, the parent and child are at the same level.
> 
>  
> 
> Suggestions?  As I said, the sites are structured properly deployed
> using SCP but with file it doesn't com out correctly.
> 
>  
> 
> Regards,
> 
>  
> 
> Randall
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to