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

Karl Heinz Marbaise commented on MNG-6391:
------------------------------------------

The result now looks like this:
{code}
[INFO] --- maven-assembly-plugin:3.1.0:single (assemblies) @ assembly ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Reading assembly descriptor: jar-with-prod.xml
[INFO] Reading assembly descriptor: jar-with-dev.xml
[INFO] Building zip: 
/Users/kama/ws-git/javaee/assembly/target/assembly-7.8.9-SNAPSHOT-archive.zip
[INFO] Building jar: 
/Users/kama/ws-git/javaee/assembly/target/assembly-7.8.9-SNAPSHOT-prod.jar
[INFO] Building jar: 
/Users/kama/ws-git/javaee/assembly/target/assembly-7.8.9-SNAPSHOT-dev.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary (7.8.9-SNAPSHOT):
[INFO]
[INFO] parent ............................................. SUCCESS [  1.396 s]
[INFO] domain ............................................. SUCCESS [  0.923 s]
[INFO] service-client ..................................... SUCCESS [  0.083 s]
[INFO] webgui ............................................. SUCCESS [  0.478 s]
[INFO] service ............................................ SUCCESS [  0.455 s]
[INFO] app ................................................ SUCCESS [  0.263 s]
[INFO] appasm ............................................. SUCCESS [  0.207 s]
[INFO] shade .............................................. SUCCESS [  0.460 s]
[INFO] assembly ........................................... SUCCESS [  1.577 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.356 s
[INFO] Finished at: 2018-10-01T20:13:51+02:00
[INFO] ------------------------------------------------------------------------
{code}

And an aggregator will look like this:
{code}
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
maven-plugins-aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Maven ACR Plugin 3.0.1-SNAPSHOT ............. SUCCESS [  0.708 s]
[INFO] Apache Maven AntRun Plugin 3.0.0-SNAPSHOT .......... SUCCESS [  0.004 s]
[INFO] Apache Maven Changelog Plugin 2.4-SNAPSHOT ......... SUCCESS [  0.003 s]
[INFO] Apache Maven Changes Plugin 3.0.0-SNAPSHOT ......... SUCCESS [  0.127 s]
[INFO] Apache Maven Clean Plugin 3.0.1-SNAPSHOT ........... SUCCESS [  0.003 s]
[INFO] Apache Maven Compiler Plugin 3.7.1-SNAPSHOT ........ SUCCESS [  0.020 s]
[INFO] Apache Maven Deploy Plugin 3.0.0-SNAPSHOT .......... SUCCESS [  0.004 s]
[INFO] Apache Maven Documentation Checker Plugin 1.2-SNAPSHOT SUCCESS [  0.082 
s]
[INFO] Apache Maven EAR Plugin 3.0.0-SNAPSHOT ............. SUCCESS [  0.003 s]
[INFO] Apache Maven EJB Plugin 3.0.1-SNAPSHOT ............. SUCCESS [  0.004 s]
[INFO] Apache Maven Help Plugin 3.0.0-SNAPSHOT ............ SUCCESS [  0.004 s]
[INFO] Apache Maven Install Plugin 3.0.0-SNAPSHOT ......... SUCCESS [  0.012 s]
[INFO] Apache Maven Jarsigner Plugin 1.5-SNAPSHOT ......... SUCCESS [  0.004 s]
[INFO] Apache Maven JDeps Plugin 3.1.1-SNAPSHOT ........... SUCCESS [  0.003 s]
[INFO] Apache Maven Linkcheck Plugin 1.3-SNAPSHOT ......... SUCCESS [  0.003 s]
[INFO] Apache Maven Patch Plugin 1.3-SNAPSHOT ............. SUCCESS [  0.003 s]
[INFO] Apache Maven PDF Plugin 1.4-SNAPSHOT ............... SUCCESS [  0.003 s]
[INFO] Apache Maven RAR Plugin 3.0.0-SNAPSHOT ............. SUCCESS [  0.003 s]
[INFO] Apache Maven Repository Plugin 2.5-SNAPSHOT ........ SUCCESS [  0.002 s]
[INFO] Apache Maven Resources Plugin 3.0.3-SNAPSHOT ....... SUCCESS [  0.003 s]
[INFO] Apache Maven Site Plugin 3.7-SNAPSHOT .............. SUCCESS [  0.004 s]
[INFO] Apache Maven Source Plugin 3.0.2-SNAPSHOT .......... SUCCESS [  0.004 s]
[INFO] Apache Maven Stage Plugin 1.1-SNAPSHOT ............. SUCCESS [  0.003 s]
[INFO] Apache Maven Toolchains Plugin 3.0.0-SNAPSHOT ...... SUCCESS [  0.003 s]
[INFO] Apache Maven Verifier Plugin 3.0.0-SNAPSHOT ........ SUCCESS [  0.065 s]
[INFO] Apache Maven WAR Plugin 3.2.1-SNAPSHOT ............. SUCCESS [  0.002 s]
[INFO] Apache Maven DOAP Plugin 1.3-SNAPSHOT .............. SUCCESS [  0.004 s]
[INFO] Apache Maven Invoker Plugin 3.0.2-SNAPSHOT ......... SUCCESS [  0.012 s]
[INFO] Apache Maven JAR Plugin 3.0.3-SNAPSHOT ............. SUCCESS [  0.002 s]
[INFO] Apache Maven Assembly Plugin 3.1.1-SNAPSHOT ........ SUCCESS [  0.047 s]
[INFO] Apache Maven Checkstyle Plugin 3.0.0-SNAPSHOT ...... SUCCESS [  0.048 s]
[INFO] Apache Maven Javadoc Plugin 3.0.0-SNAPSHOT ......... SUCCESS [  0.002 s]
[INFO] Apache Maven PMD Plugin 3.9-SNAPSHOT ............... SUCCESS [  0.002 s]
[INFO] Apache Maven JLink Plugin 3.0.0-alpha-2-SNAPSHOT ... SUCCESS [  0.007 s]
[INFO] Apache Maven JMod Plugin 3.0.0-alpha-2-SNAPSHOT .... SUCCESS [  0.002 s]
[INFO] Apache Maven Project Info Reports Plugin 2.10-SNAPSHOT SUCCESS [  0.041 
s]
[INFO] Apache Maven Remote Resources Plugin 1.6-SNAPSHOT .. SUCCESS [  0.002 s]
[INFO] Apache Maven Shade Plugin 3.1.1-SNAPSHOT ........... SUCCESS [  0.003 s]
[INFO] Apache Maven SCM Publish Plugin 1.2-SNAPSHOT ....... SUCCESS [  0.002 s]
[INFO] Apache Maven Dependency Plugin 3.0.3-SNAPSHOT ...... SUCCESS [  0.003 s]
[INFO] Apache Maven GPG Plugin 1.7-SNAPSHOT ............... SUCCESS [  0.002 s]
[INFO] Apache Maven Plugins Aggregator 1-SNAPSHOT ......... SUCCESS [  0.036 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.524 s
[INFO] Finished at: 2018-10-01T20:15:39+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.x-candidate
>
>
> 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)

Reply via email to