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

logging changes prevent compilation failures from being shown (in the reactor)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 3.0-alpha-1
    • 3.0-alpha-1
    • Errors, Logging
    • None

    Description

      The Maven build is failing today due to a compilation error, and the output looks like:

           [java] [INFO] [compiler:testCompile]
           [java] [INFO] Compiling 36 source files to /Users/brett/scm/maven/components/maven-project/target/test-classes
           [java] [INFO] 
           [java] [INFO] 
           [java] [INFO] ------------------------------------------------------------------------
           [java] [INFO] Reactor Summary:
           [java] [INFO] ------------------------------------------------------------------------
           [java] [INFO] Apache Maven .......................................... SUCCESS [19.247s]
           [java] [INFO] Maven Build Context ................................... SUCCESS [7.503s]
           [java] [INFO] Maven Model ........................................... SUCCESS [8.808s]
           [java] [INFO] Maven Local Settings Model ............................ SUCCESS [1.960s]
           [java] [INFO] Maven Profile Model ................................... SUCCESS [1.031s]
           [java] [INFO] Maven Lifecycle Model ................................. SUCCESS [1.659s]
           [java] [INFO] Maven Project Builder ................................. FAILED [9.732s]
           [java] [INFO] Maven Plugin API ...................................... NOT BUILT
           [java] [INFO] Maven Core ............................................ NOT BUILT
           [java] [INFO] Maven Reporting API ................................... NOT BUILT
           [java] [INFO] Maven Embedder ........................................ NOT BUILT
           [java] [INFO] ------------------------------------------------------------------------
           [java] [INFO] Error for project: Maven Project Builder (during org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile)
           [java] [INFO] ------------------------------------------------------------------------
           [java] [INFO] BUILD ERRORS
           [java] [INFO] ------------------------------------------------------------------------
           [java] [INFO] Total time: 50 seconds
           [java] [INFO] Finished at: Fri Sep 07 05:13:55 EST 2007
           [java] [INFO] Final Memory: 17M/42M
           [java] [INFO] ------------------------------------------------------------------------
      

      The compilation errors are missing before the summary.

      I haven't tested this outside the reactor.

      Attachments

        Activity

          People

            jdcasey John Dennis Casey
            brett Brett Porter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: