Skip to content

Instantly share code, notes, and snippets.

@alesj
Created January 17, 2017 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alesj/7100fe6d37e0944df1a0819fdfbdaebe to your computer and use it in GitHub Desktop.
Save alesj/7100fe6d37e0944df1a0819fdfbdaebe to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.646 s
[INFO] Finished at: 2017-01-17T15:50:50+01:00
[INFO] Final Memory: 312M/760M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project keycloak-testsuite-integration: Compilation failure: Compilation failure:
[ERROR] error reading /Users/alesj/.m2/repository/net/sourceforge/htmlunit/htmlunit/2.12/htmlunit-2.12.jar; error in opening zip file
[ERROR] error reading /Users/alesj/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.18/nekohtml-1.9.18.jar; error in opening zip file
[ERROR] error reading /Users/alesj/.m2/repository/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar; error in opening zip file
[ERROR] error reading /Users/alesj/.m2/repository/net/sourceforge/htmlunit/htmlunit/2.12/htmlunit-2.12.jar; error in opening zip file
[ERROR] error reading /Users/alesj/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.18/nekohtml-1.9.18.jar; error in opening zip file
[ERROR] error reading /Users/alesj/.m2/repository/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar; error in opening zip file
[ERROR] /Users/alesj/projects/obsidian/keycloak/keycloak/testsuite/integration/src/test/java/org/keycloak/testsuite/rule/WebRule.java:[19,37] package com.gargoylesoftware.htmlunit does not exist
[ERROR] /Users/alesj/projects/obsidian/keycloak/keycloak/testsuite/integration/src/test/java/org/keycloak/testsuite/rule/WebRule.java:[127,16] cannot find symbol
[ERROR] symbol: class WebClient
[ERROR] location: class org.keycloak.testsuite.rule.WebRule.HtmlUnitDriver
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment