maven項目創建中的錯誤

錯誤一

錯誤描述:第一次執行mvn

The goal you specified requires a project to execute but there is no POM in this directory

解決辦法:
有可能是命令之間的空格,eg:

mvn archetype:generate -Dgroup***Id = com***.mavenTest.data -DartifactId=NumberTest 
-DartchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章