博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
install正常,deploy上传jar失败致使打包失败
阅读量:5011 次
发布时间:2019-06-12

本文共 3135 字,大约阅读时间需要 10 分钟。

[INFO] Scanning for projects...

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pro-dao 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pro-dao ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory E:\puggy\common\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ pro-dao ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pro-dao ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory E:\puggy\common\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ pro-dao ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pro-dao ---
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pro-dao ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pro-dao ---
[INFO] Installing E:\puggy\common\target\pro-dao-1.0.0.jar to C:\Users\Administrator\.m2\repository\com\xxxx\pro-dao\1.0.0\pro-dao-1.0.0.jar
[INFO] Installing E:\puggy\common\pom.xml to C:\Users\Administrator\.m2\repository\com\xxxx\pro-dao\1.0.0\pro-dao-1.0.0.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ pro-dao ---
[INFO] Uploading: http://ip:port/nexus/content/repositories/releases/com/xxxx/pro-dao/1.0.0/pro-dao-1.0.0.jar
[INFO] Uploading: http://ip:port/nexus/content/repositories/releases/com/xxxx/pro-dao/1.0.0/pro-dao-1.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.030 s
[INFO] Finished at: 2018-11-23T15:30:16+08:00
[INFO] Final Memory: 17M/211M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "nexus" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project pro-dao: Failed to deploy artifacts: Could not transfer artifact com.xxxx:pro-dao:jar:1.0.0 from/to nexus-snapshots (http://ip:port/nexus/content/repositories/releases/): Failed to transfer http://ip:port/nexus/content/repositories/releases/com/xxxx/pro-dao/1.0.0/pro-dao-1.0.0.jar. Error code 500, Server 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

 

上传失败,报错误吗500,服务器出现问题,服务器磁盘空间不足导致的,需要清理服务器空间

转载于:https://www.cnblogs.com/xiaoyao-001/p/10007957.html

你可能感兴趣的文章
paip.输入法编程----删除双字词简拼
查看>>
or1200下raw-os学习(任务篇)
查看>>
ZOJ - 3939 The Lucky Week(日期循环节+思维)
查看>>
小花梨的取石子游戏(思维)
查看>>
Ubuntu 18.04安装arm-linux-gcc交叉编译器
查看>>
.net core i上 K8S(一)集群搭建
查看>>
django drf 深入ModelSerializer
查看>>
Android---Menu菜单
查看>>
【资源导航】我所用到过的工具及下载地址
查看>>
监控Tomcat
查看>>
剑指offer编程题Java实现——面试题4后的相关题目
查看>>
简单的社交网络分析(基于R)
查看>>
Http请求工具类 httputil
查看>>
html幻灯效果页面
查看>>
太可怕了!黑客是如何攻击劫持安卓用户的DNS?
查看>>
nginx在Windows环境安装
查看>>
MVC案例——删除操作
查看>>
Timer和TimerTask的使用--2
查看>>
UWP 在 WebView 中执行 JavaScript 代码(用于模拟用户输入等)
查看>>
FileUpload1.PostedFile.FileName 获取的文件名
查看>>