IDEA使用Maven打包Spark项目报错,求大神指点下
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA使用Maven打包Spark项目报错,求大神指点下相关的知识,希望对你有一定的参考价值。
报错日志E:\代码\SparkLearning-master>mvn clean scala:compile compile package [ERROR] Error executing Maven.[ERROR] 1 problem was encountered while building the effective settings[FATAL] Non-parseable settings E:\maven\apache-maven-3.6.0\bin\..\conf\settings.xml: end tag name </settings> must match start tag name <mirrors> from line 147 (position: TEXT seen ...</activeProfiles>\n -->\n</settings>... @304:12) @ E:\maven\apache-maven-3.6.0\bin\..\conf\settings.xml, line 309, column 12
参考技术A 倒数第二行<profiles>改成</profiles>追答倒数第二行profiles改成/profiles
参考技术B 倒数第二行那个标签要么一对,要么删了追答那个profiles标签应该是吧,它是结尾标签需要加一个/
idea导入maven项目cotroller报错注解无用
参考技术A根据行号对齐源代码以便于调试:若选中该项,插件会采用AST工具分析反编译结果,并根据行号信息调整代码顺序,以便于Debug过程中的单步跟踪调试。 设置类反编译查看器作为缺省的类文件编辑器:默认为选中,将忽略Eclipse自带的Class Viewer,每...
以上是关于IDEA使用Maven打包Spark项目报错,求大神指点下的主要内容,如果未能解决你的问题,请参考以下文章
Intellij idea编译项目报错,项目里没有配maven,搞了好几天了,求大神帮忙。
idea中用maven打包spring的java项目(非web)
idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact(示例