[
https://issues.apache.org/jira/browse/MNG-6391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642291#comment-16642291
]
Karl Heinz Marbaise commented on MNG-6391:
------------------------------------------
The result would look like this:
{code}
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ assembly ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for parent 7.8.9-SNAPSHOT:
[INFO]
[INFO] parent ............................................. SUCCESS [ 0.232 s]
[INFO] domain ............................................. SUCCESS [ 0.004 s]
[INFO] service-client ..................................... SUCCESS [ 0.003 s]
[INFO] webgui ............................................. SUCCESS [ 0.004 s]
[INFO] service ............................................ SUCCESS [ 0.004 s]
[INFO] app ................................................ SUCCESS [ 0.003 s]
[INFO] appasm ............................................. SUCCESS [ 0.004 s]
[INFO] shade .............................................. SUCCESS [ 0.004 s]
[INFO] assembly ........................................... SUCCESS [ 0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.756 s
[INFO] Finished at: 2018-10-08T20:36:45+02:00
[INFO] ------------------------------------------------------------------------
{code}
> Printout version of last built module in reactor build
> ------------------------------------------------------
>
> Key: MNG-6391
> URL: https://issues.apache.org/jira/browse/MNG-6391
> Project: Maven
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.5.3
> Reporter: Alexander Griesbaum
> Assignee: Karl Heinz Marbaise
> Priority: Minor
> Fix For: 3.6.0
>
>
> MNG-6352 introduced printout of the version in a reactor build.
> If I build a multi-module project, not just the parent has the version
> printout but also the last built module.
> {code:java}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] parent 4.0.0-SNAPSHOT ......................... SUCCESS [ 3.610 s]
> [INFO] parent-lib .................................... SUCCESS [ 0.492 s]
> [INFO] commons ....................................... SUCCESS [ 25.444 s]
> [INFO] loadbalancer-starter .......................... SUCCESS [ 21.198 s]
> [INFO] proxy-config-starter 4.0.0-SNAPSHOT ........... SUCCESS [ 7.496 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> {code}
> If I remove the "proxy-config-starter" module, "loadbalancer-starter" got the
> version printout.
> Also this is not the order I configured the modules in the parent pom but I
> think this could be something on my side.
> {code:java}
> <modules>
> <module>commons</module>
> <module>loadbalancer-starter</module>
> <module>parent-lib</module>
> <module>proxy-config-starter</module>
> </modules>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)