解决Maven打包时报错"The packaging for this project did not assign a file to the build artifact"(示

Posted chy_18883701161

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Maven打包时报错"The packaging for this project did not assign a file to the build artifact"(示相关的知识,希望对你有一定的参考价值。

 

今天在IDEA中打包Maven项目安装到本地仓库时报错

Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project api: 
The packaging for this project did not assign a file to the build artifact

 

 

原因

我使用的是Plugins中的插件,但我并没有在pom.xml中配置该插件。

 

 

2种解决方式

1、在pom.xml中配置该插件,稍微麻烦一些

2、改用Lifecycle中的方法

 

以上是关于解决Maven打包时报错"The packaging for this project did not assign a file to the build artifact"(示的主要内容,如果未能解决你的问题,请参考以下文章

hive udaf 用maven打包运行create temporary function 时报错

配置Maven时报错The JAVA_HOME environment variable is not defined correctly,this environment解决方法汇总

Maven问题 不重启解决执行clean package 命令时报错——Cannot create resource output directory

Maven问题 不重启解决执行clean package 命令时报错——Cannot create resource output directory

maven打包时报错:找不到符号,errors提示:符号:类 xxx位置:程序包 xxx.xxx

eclipse再倒入maven项目时报错