博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
maven install:install出现的错误提示
阅读量:7236 次
发布时间:2019-06-29

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

maven install:install出现的错误提示

[INFO] --- maven-install-plugin:2.4:install (default-cli) @ maven028 ---[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 0.612 s[INFO] Finished at: 2018-02-14T14:50:05+08:00[INFO] Final Memory: 11M/128M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project maven028: Thepackaging for this project did not assign a file to the build artifact -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project maven028: The packaging for this project did not assign a file to the build artifact        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)        at java.base/java.lang.reflect.Method.invoke(Method.java:564)        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused by: org.apache.maven.plugin.MojoExecutionException: The packaging for this project did not assign a file to the build artifact        at org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:136)        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)        ... 20 more[ERROR][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

 

转载地址:http://kjlfm.baihongyu.com/

你可能感兴趣的文章
PXE方式安装Centos5详解
查看>>
气泡图在开源监控工具中的应用效果
查看>>
让Ubuntu和Android同时运行(Ubuntu on Android)
查看>>
Error 6 initializing SQL*Plus,解决方案:
查看>>
Windows 7保留分区安装系统无法启动、Win7安装XP、VHD启动
查看>>
WINS基本工作原理
查看>>
小玩流媒体播放——HLS流媒体点播系统
查看>>
Office 365系列之十三:Office 365管理员角色
查看>>
烂泥:nginx负载均衡
查看>>
JavaScript(React Native、Node.js等)移动、服务端通吃的全栈语言
查看>>
海量运维常用技术之--HAProxy网站负载均衡应用
查看>>
SCCM2012SP1---安装客户端代理软件
查看>>
CLI使用案例2:轻松大并发地拉取大数据到本地
查看>>
在SharePoint Workflow中使用InfoPath Form的几个Tips
查看>>
Powershell管理系列(十一)Exchange完全访问权限邮箱的设置
查看>>
【读书笔记】Java面向对象编程
查看>>
float4数据类型
查看>>
Eclipse代码自动完成功能
查看>>
Java集合源码学习(一)集合框架概览
查看>>
[FtpSearchV2][构架设计][第二篇]系统构架及分析
查看>>