site:stage-deploy creates different directory structure than site:stage or
site:site
------------------------------------------------------------------------------------
Key: MSITE-304
URL: http://jira.codehaus.org/browse/MSITE-304
Project: Maven 2.x Site Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-6
Reporter: Benjamin Bentmann
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