[
http://jira.codehaus.org/browse/MSITE-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg closed MSITE-304.
---------------------------------
Assignee: Dennis Lundberg
Resolution: Fixed
Fix Version/s: 2.0-beta-7
Fixed in r666352.
New 2.0-beta-7-SNAPSHOT deployed.
Please verify.
> site:stage-deploy creates different directory structure than site:site
> ----------------------------------------------------------------------
>
> Key: MSITE-304
> URL: http://jira.codehaus.org/browse/MSITE-304
> Project: Maven 2.x Site Plugin
> Issue Type: Bug
> Components: multi module, relative links
> Affects Versions: 2.0-beta-6
> Reporter: Benjamin Bentmann
> Assignee: Dennis Lundberg
> Fix For: 2.0-beta-7
>
>
> Given a parent and a child module, the regular site directory structure is
> {noformat}
> <site-root>/
> child/
> {noformat}
> which is expected by all the inter-module links.
> In contrast, site:stage-deploy will create
> {noformat}
> <site-root>/
> staging/
> child/
> staging/
> {noformat}
> instead of
> {noformat}
> <site-root>/
> staging/
> child/
> {noformat}
> This is due to the configuration of the mojo paramter stagingSiteURL which is
> constructed by the site URL of the *current* project and appending a subdir
> like "staging". This is only usuable for the parent project, for child
> modules the subdir "staging" needs to be inserted before the subdir for the
> child module is appended.
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira