未打开的Java项目和创建的新java项目被破坏。我正尝试在Netbeans IDE上创建一个新的java项目,但是,在创建新的web应用程序项目时,该项目缺少文件夹,并且pom.xml为空
当我尝试解决这些问题时,它会显示在描述中
1 problem was encountered while building the effective model
[FATAL] Non-readable POM E:\mavenproject1tgd\pom.xml: input contained no data @
for project at E:\mavenproject1tgd\pom.xml
这将显示在控制台中
Scanning for projects...
[ERROR] Some problems were encountered while processing the POMs:
Non-readable POM E:\mavenproject1tgd\pom.xml: input contained no data @
@
The build could not read 1 project -> [Help 1]
The project (E:\mavenproject1tgd\pom.xml) has 1 error
Non-readable POM E:\mavenproject1tgd\pom.xml: input contained no data
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
发布于 2020-05-03 21:14:10
这不是一个优雅的修复,然而,我的时间紧迫,所以我只是卸载了NetBeans ide并重新安装了Netbeans和Tomcat。
https://stackoverflow.com/questions/61574540
复制相似问题