[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project standalone-pom: The artifact information is incomplete or not valid:
[ERROR] [0] ‘packaging’ is missing.
仔细查看,很可能是多或少空格
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project standalone-pom: The artifact information is incomplete or not valid:
[ERROR] [0] ‘packaging’ is missing.
仔细查看,很可能是多或少空格
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M
在项目中需要使用maven的打包工具,生成zip压缩包
下载安装下载从网站 ://maven.apache.org/download.cgi
在xml里配置上manifestFile标签即可打包使用用自己的MANIFEST.MF文件<build> <plugins> <plugin>