首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏java 微风

    解决:Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)

    想把 jar 包更新到私服仓库,报错: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy

    25.9K20发布于 2020-01-02
  • 来自专栏IT架构圈

    『中级篇』Docker compose 部署一个复杂的应用(41)

    maven-install-plugin:jar:2.3.1 Downloading: [http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin /2.5/maven-deploy-plugin-2.5.pom](http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin maven-deploy-plugin-2.5.pom) [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin :2.5: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.5

    1.2K50发布于 2018-07-31
  • 来自专栏学习java的小白

    IDEA springboot多模块架构

    artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin >2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin >2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin >2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin >2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin

    65510发布于 2020-12-07
  • 来自专栏IT架构圈

    『中级篇』Docker compose 部署一个复杂的应用(41)

    maven-install-plugin:jar:2.3.1 Downloading: [http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin /2.5/maven-deploy-plugin-2.5.pom](http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plugin maven-deploy-plugin-2.5.pom) [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin :2.5: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.5

    81410发布于 2018-08-01
  • 来自专栏devops探索

    mvn执行deploy时报错问题记录

    1、deploy时报错401 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy </repositories> 2、deploy过程中返回400 报错信息如下: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin

    2K20发布于 2020-07-31
  • 来自专栏DevOps时代的专栏

    Nexus 制品库管理:使用 mvn deploy 进行发布

    以下为未设定情况下的错误提示信息示例 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2: SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-deploy-plugin SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-deploy-plugin - spring-boot-maven-plugin:2.0.6.RELEASE:repackage (default) @ springbootdemo --- [INFO] [INFO] --- maven-deploy-plugin --------------------- ~/demo # 从Nexus上也可以看到二进制制品上传的结果,详细如下图所示 参考内容 http://maven.apache.org/plugins/maven-deploy-plugin

    4.9K10发布于 2019-08-21
  • 来自专栏java 微风

    解决: Failed to execute ... maven-deploy-plugin... Return code is: 401, ReasonPhrase: Unauthorized.

    mvn clean deploy , 想把本地代码 打包并推送到私服 ,报错: [ERROR] Failed to execute goal org.apache.maven.plugins: maven-deploy-plugin

    4.7K20发布于 2019-08-01
  • 来自专栏Nicky's blog

    Meven系列之插件机制简介

    maven-surefire-plugin:testCompile package maven-jar-plugin:jar install maven-install-plugin:install deploy maven-deploy-plugin

    21010编辑于 2022-05-07
  • 来自专栏Nicky's blog

    Meven的插件机制

    maven-surefire-plugin:testCompile package maven-jar-plugin:jar install maven-install-plugin:install deploy maven-deploy-plugin

    52430发布于 2019-01-17
  • 来自专栏学习java的小白

    springboot2.0 war在tomcat下启动一直404

    artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin

    90710发布于 2020-12-07
  • 来自专栏程序那些事

    使用site-maven-plugin在github上搭建公有仓库

    接下来,我们需要使用maven-deploy-plugin指定将打好的包部署到刚刚我们指定的local仓库中。 <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version

    80120发布于 2020-07-08
  • 来自专栏java架构学习交流

    Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from 这类问题的解决方法

    大家在IDEA里下载maven插件如果遇到如下的问题,可以参考本文,本人亲测有效 Cannot resolve plugin org.apache.maven.plugins:maven-deploy-plugin

    3.3K10发布于 2021-03-02
  • 来自专栏java 微风

    解决:Connect to xx.xx.xxx.xx :8081 [/xx.xx.xx.xx] failed: Connection refu sed: connect -> [H

    想把本地工程推送到 个人私服,执行命令:mvn deploy 报错: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin

    82920编辑于 2022-04-13
  • 来自专栏学习java的小白

    springboot2.0 打jar没有主清单 异常 springboot打jar包先加入依赖jar包运行报没有主清单异常原因

    artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-deploy-plugin

    74010发布于 2020-12-07
  • 来自专栏iSharkFly

    Maven 如何配置推送的仓库

    另外,上面如果需要配置生效,maven-deploy-plugin 的版本需要在 2.8.0 之上。

    1.1K10编辑于 2022-11-05
  • 来自专栏iSharkFly

    Maven 如何配置推送的仓库

    另外,上面如果需要配置生效,maven-deploy-plugin 的版本需要在 2.8.0 之上。

    99720编辑于 2022-11-05
  • 来自专栏用户1337634的专栏

    maven手工发布jar包 - deploy:file

    没有配置server的账号和密码(settings.xml) 参数漏掉了-DrepositoryId=maibao-snapshot 参考 https://maven.apache.org/plugins/maven-deploy-plugin

    2.7K10发布于 2021-02-22
  • 来自专栏码代码的陈同学

    上传Maven组件时不断重试&Broken pipe

    repo.xxx.com:80: Broken pipe 上述日志出现一段时间后,最后报错: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin

    3.3K80发布于 2018-06-03
  • 来自专栏IT云清

    maven打包配置

    <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin

    73410编辑于 2021-12-06
  • 用GitHub构建个人Maven仓库

    https://maven.apache.org/plugins/maven-deploy-plugin/ https://maven.apache.org/plugins/maven-deploy-plugin

    34410编辑于 2025-08-29
领券