Advertisement
coungard

build stacktrace

May 6th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.7.0_80\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Users\coung\IdeaProjects\TerminalClient -Dmaven.home=C:\Users\coung\apache-maven-3.6.3 -Dclassworlds.conf=C:\Users\coung\apache-maven-3.6.3\bin\m2.conf -Dmaven.ext.class.path=C:\Users\coung\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\201.7223.91\plugins\maven\lib\maven-event-listener.jar -javaagent:C:\Users\coung\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\201.7223.91\lib\idea_rt.jar=63477:C:\Users\coung\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\201.7223.91\bin -Dfile.encoding=UTF-8 -classpath C:\Users\coung\apache-maven-3.6.3\boot\plexus-classworlds-2.6.0.jar;C:\Users\coung\apache-maven-3.6.3\boot\plexus-classworlds.license org.codehaus.classworlds.Launcher -Didea.version2020.1.1 --update-snapshots -s C:\Users\coung\apache-maven-3.6.3\conf\settings.xml package
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ----------------------< com.sotas:TerminalClient >----------------------
  5. [INFO] Building TerminalClient 1.0-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [INFO]
  8. [INFO] --- maven-install-plugin:2.4:install-file (default) @ TerminalClient ---
  9. [INFO] Installing C:\Users\coung\IdeaProjects\TerminalClient\legacy_lib\intelhex.jar to C:\Users\coung\.m2\repository\cz\jaybee\intelhex\intelhex\1.0\intelhex-1.0.jar
  10. [INFO]
  11. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TerminalClient ---
  12. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  13. [INFO] Copying 0 resource
  14. [INFO]
  15. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ TerminalClient ---
  16. [INFO] Nothing to compile - all classes are up to date
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TerminalClient ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] skip non existing resourceDirectory C:\Users\coung\IdeaProjects\TerminalClient\src\test\resources
  21. [INFO]
  22. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ TerminalClient ---
  23. [INFO] Nothing to compile - all classes are up to date
  24. [INFO]
  25. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TerminalClient ---
  26. [INFO] Surefire report directory: C:\Users\coung\IdeaProjects\TerminalClient\target\surefire-reports
  27. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
  28. [INFO] Failure detected.
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] BUILD FAILURE
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Total time: 3.589 s
  33. [INFO] Finished at: 2020-05-06T16:04:46+03:00
  34. [INFO] ------------------------------------------------------------------------
  35. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project TerminalClient: Unable to generate classpath: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to get dependency information for org.apache.maven.surefire:surefire-junit4:jar:2.12.4: Failed to retrieve POM for org.apache.maven.surefire:surefire-junit4:jar:2.12.4: Could not transfer artifact org.apache.maven.surefire:surefire-junit4:pom:2.12.4 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
  36. [ERROR] org.apache.maven.surefire:surefire-junit4:jar:2.12.4
  37. [ERROR]
  38. [ERROR] from the specified remote repositories:
  39. [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
  40. [ERROR] Path to dependency:
  41. [ERROR] 1) dummy:dummy:jar:1.0
  42. [ERROR]
  43. [ERROR] : Received fatal alert: protocol_version
  44. [ERROR] -> [Help 1]
  45. [ERROR]
  46. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  47. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  48. [ERROR]
  49. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  50. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement