You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by " Thomas Lehmann (Jira)" <ji...@apache.org> on 2019/08/20 13:14:00 UTC

[jira] [Updated] (MNG-6741) Modules aggregation from parent does not work

     [ https://issues.apache.org/jira/browse/MNG-6741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Lehmann updated MNG-6741:
--------------------------------
    Attachment: demo-maven-modules.zip

> Modules aggregation from parent does not work
> ---------------------------------------------
>
>                 Key: MNG-6741
>                 URL: https://issues.apache.org/jira/browse/MNG-6741
>             Project: Maven
>          Issue Type: Bug
>            Reporter:  Thomas Lehmann
>            Priority: Major
>         Attachments: demo-maven-modules.zip
>
>
> Hi Maven Team,
> for testing purpose I have a simple setup:
>  * three modules in parallel
>  ** one for the "build" with a relative path to the "parent"
>  ** one for the "parent" with the modules section having "../math" as one module
> (for now without any profile)
>  ** one for the "math" with a relative path to the "parent"
>  * I'm running in the root *Maven 3.6.1* with *mvn -f build clean* 
> My expectation:
>  * I would like to see "math" in the reactor build order and summary (which is not the case)
>  
> Of course using "<modules> ... </modules>" just in the build/pom.xml works fine.
> My intention was to split up modules definitions of a real project into different profiles in the parent pom being surprised that no module were suddently recognized when trying to build.
> That link does describes my intention so I assumed it just work fine: https://www.smartics.eu/confluence/display/BLOG/2013/07/22/Using+Aggregate+and+Parent+POMs
> I can say that it also doesn't work with 3.3.9.
> Maybe I missed a certain instruction being required ... then I'm sorry and asking you ... please let me know.
> Kind Regards,
> Thomas



--
This message was sent by Atlassian Jira
(v8.3.2#803003)