Skip to content

Instantly share code, notes, and snippets.

@kinow
Created January 3, 2014 13:52
Show Gist options
  • Save kinow/8238185 to your computer and use it in GitHub Desktop.
Save kinow/8238185 to your computer and use it in GitHub Desktop.
C:\TEMP\commons-lang3>\opt\java\apache-maven-3.0.4\bin\mvn -e -X verify
Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home: C:\opt\java\apache-maven-3.0.4\bin\..
Java version: 1.8.0-ea, vendor: Oracle Corporation
Java home: c:\Program Files\Java\jdk1.8.0\jre
Default locale: pt_BR, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "dos"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\opt\java\apache-maven-3.0.4\bin\..\conf\
settings.xml
[DEBUG] Reading user settings from D:\Users\t801589\.m2\settings.xml
[DEBUG] Using local repository at D:\Users\t801589\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for D:\Use
rs\t801589\.m2\repository
[...]
[...]
[...]
[...]
[...]
[...]
[...]
[...]
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in
org.apache.commons.lang3.ValidateTest
Results :
Failed tests:
FastDateFormat_ParserTest>FastDateParserTest.testParseZone:119 expected:<Thu J
ul 10 17:33:20 ART 2003> but was:<Thu Jul 10 18:33:20 ART 2003>
FastDateParserTest.testParseZone:119 expected:<Thu Jul 10 17:33:20 ART 2003> b
ut was:<Thu Jul 10 18:33:20 ART 2003>
Tests run: 2392, Failures: 2, Errors: 0, Skipped: 5
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:03.302s
[INFO] Finished at: Fri Jan 03 10:51:41 ART 2014
[INFO] Final Memory: 20M/107M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment