Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "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
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ----------------------< com.sotas:TerminalClient >----------------------
- [INFO] Building TerminalClient 1.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install-file (default) @ TerminalClient ---
- [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
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TerminalClient ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ TerminalClient ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TerminalClient ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory C:\Users\coung\IdeaProjects\TerminalClient\src\test\resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ TerminalClient ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TerminalClient ---
- [INFO] Surefire report directory: C:\Users\coung\IdeaProjects\TerminalClient\target\surefire-reports
- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
- [INFO] Failure detected.
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 3.589 s
- [INFO] Finished at: 2020-05-06T16:04:46+03:00
- [INFO] ------------------------------------------------------------------------
- [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
- [ERROR] org.apache.maven.surefire:surefire-junit4:jar:2.12.4
- [ERROR]
- [ERROR] from the specified remote repositories:
- [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
- [ERROR] Path to dependency:
- [ERROR] 1) dummy:dummy:jar:1.0
- [ERROR]
- [ERROR] : Received fatal alert: protocol_version
- [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/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement