Maven实战错误笔记:使用mvn archetype:generate报错:Unable to add module to the current project as it is not of p
在使用mvn archetype:generate生成Maven实战03:HelloWorld中的HelloWorld的项目骨架时报了这个错,从字面上分析是可能与pom.xml文件有关,然后我看了一下 ...