You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/22 11:02:00 UTC

[jira] [Commented] (MSITE-745) Multimodule projects staged in wrong directory

    [ https://issues.apache.org/jira/browse/MSITE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001869#comment-17001869 ] 

Elliotte Rusty Harold commented on MSITE-745:
---------------------------------------------

do you have the sample project?

> Multimodule projects staged in wrong directory
> ----------------------------------------------
>
>                 Key: MSITE-745
>                 URL: https://issues.apache.org/jira/browse/MSITE-745
>             Project: Maven Site Plugin
>          Issue Type: Bug
>          Components: site:stage(-deploy)
>    Affects Versions: 3.3
>            Reporter: Marcin Wisnicki
>            Priority: Major
>
> All child projects are put into subdirectory that is inside subdirectory of the same name, eg:
> given tree of projects:
>  * R
>  ** A
>  ** B
>  *** B1
> where R and B are aggregate projects as well as parents of their respective children.
> R/pom.xml:
> {code}
>   <distributionManagement>
>      <site>
>         <id>${project.artifactId}-site</id>
>         <url>${project.baseUri}</url>
>      </site>
>   </distributionManagement>
> {code}
> site:stage should generate:
> {code}
> R/target/stagging/A/index.html
> R/target/stagging/B/index.html
> R/target/stagging/B/B1/index.html
> {code}
> but instead produces:
> {code}
> R/target/stagging/A/index.html
> R/target/stagging/B/B/index.html
> R/target/stagging/B/B1/B/B1/index.html
> {code}
> I'll try to attach example project later.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)