[ http://jira.codehaus.org/browse/MSITE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=259859#action_259859 ]
Lukas Theussl commented on MSITE-564: ------------------------------------- Please add a fake distMangtmt section in your parent pom like {code:xml} <distributionManagement> <site> <id>website</id> <url>file:///tmp/fake.com/</url> </site> </distributionManagement> {code} it's currently required in the snapshot version (stage is supposed to be a preview of deploy, for which this info is required). Otherwise please be more specific, it is not clear to me what exactly the effect is that you see vs. what you expect. What is wrong in the attached target dir? > site:stage creates a strange directory structure in the case of multi module > projects > ------------------------------------------------------------------------------------- > > Key: MSITE-564 > URL: http://jira.codehaus.org/browse/MSITE-564 > Project: Maven 2.x and 3.x Site Plugin > Issue Type: Bug > Components: site:stage(-deploy) > Affects Versions: 3.0-beta-3 > Environment: Fedora 14, Apache Maven 3.0.2/3.0.3 > Reporter: Peter Jeszenszky > Priority: Minor > Attachments: parent.zip > > > The site:stage goal does not work properly on Linux in the case of multi > module projects, it has an annoying side effect. The command > mvn site:stage -PstagingDirectory=/home/user/staging > creates a strange directory structure under each module directory. After > the execution of the command I got the following directory structure: > child-dir/ > home/ > user/ > projects/ > parent/ > ... > src/ > target/ > Notice the home/user/projects/parent/... directory under child-dir/ > (/home/user/projects/parent is the path of parent). The strange > directory structure contains no files. -- 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