我在现有项目(在eclipse中)中创建了一个自定义原型,其中包含Web服务的基本结构。
mvn archetype:create-from-project
然后我在本地安装了原型:
\target\generated-sources\archetype\mvn install archetype:update-local-catalog
但是,当我尝试在Eclipse中使用我的原型(Maven Project->选择本地原型)时,我遇到了.project文件的问题。
"Failed to read the project description file (.project) for 'testname-proj'.
The file has been changed on disk, and it now contains invalid information. The project will not function properly until the description file is restored to a valid state."
但是,该项目存在于我的磁盘中,但未在eclipse IDE中显示。
我在https://www.youtube.com/watch?v=a_nTvBA787g
中执行了相同的步骤更新:
我解决了它删除.project,.classpath和.setting文件。