You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
running mvn clean package -Dmaven.test.skip=true fail, and error message is blow:
[INFO] Downloading https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz to C:\Users\Chris.m2\repository\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz
[INFO] Downloading via proxy optional{protocol='http', host='localhost', port=7890, nonProxyHosts='null'}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.307 s
[INFO] Finished at: 2024-12-11T13:40:56+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:install-node-and-yarn (install node and yarn) on project rocketmq-dashboard: Could not download Yarn: Could not download https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz: Remote host terminated the handshake: SSL peer shut down incorrectly -> [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
Steps to Reproduce
build project with command mvn clean package -Dmaven.test.skip=true
What Did You Expect to See?
BUILD SUCCESS
What Did You See Instead?
BUILD FAILURE
The text was updated successfully, but these errors were encountered:
Runtime platform environment
windows10
JDK Version
oracle openjdk 17.0.12
Describe the Bug
running mvn clean package -Dmaven.test.skip=true fail, and error message is blow:
[INFO] Downloading https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz to C:\Users\Chris.m2\repository\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz
[INFO] Downloading via proxy optional{protocol='http', host='localhost', port=7890, nonProxyHosts='null'}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.307 s
[INFO] Finished at: 2024-12-11T13:40:56+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:install-node-and-yarn (install node and yarn) on project rocketmq-dashboard: Could not download Yarn: Could not download https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz: Remote host terminated the handshake: SSL peer shut down incorrectly -> [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
Steps to Reproduce
build project with command mvn clean package -Dmaven.test.skip=true
What Did You Expect to See?
BUILD SUCCESS
What Did You See Instead?
BUILD FAILURE
The text was updated successfully, but these errors were encountered: