site:stage-deploy creates wrong directory structure if run from a sub-module
----------------------------------------------------------------------------

                 Key: MSITE-537
                 URL: http://jira.codehaus.org/browse/MSITE-537
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Bug
          Components: inheritance, multi module, site:deploy
    Affects Versions: 2.2
            Reporter: Lukas Theussl


On a simple multi-module project with one parent and one child, site:deploy 
creates a directory structure like parent/child/ at the target location. If you 
run site:deploy from the child module, it gets deployed to parent/child/ which 
is correct.

OTOH site:stage-deploy creates parent/staging/child if run from the parent 
project, but from the child project it creates parent/child/staging. It should 
be parent/staging/child.

-- 
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

        

Reply via email to