Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-6391

Printout version of last built module in reactor build

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Done
    • 3.5.3
    • 3.6.0
    • Core
    • None

    Description

      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.

      [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] ------------------------------------------------------------------------
      

      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.

      <modules>
          <module>commons</module>
          <module>loadbalancer-starter</module>
          <module>parent-lib</module>
          <module>proxy-config-starter</module>
      </modules>
      

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            agrsbm Alexander Griesbaum
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: