爲什麼這個工程(然後問一步,我可以手動定義步參數)Maven原型
C:\Users\userName>mvn archetype:generate
而且這並不與已指定的參數? (這是例如,從 http://maven.apache.org/guides/getting-started/index.html)
C:\Users\userName>mvn archetype:generate \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DgroupId=com.mycompany.app \ -DartifactId=my-app
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.124s
[INFO] Finished at: Sat Aug 20 22:11:56 BST 2011
[INFO] Final Memory: 5M/122M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\userName. Please verify you invoked Maven from the correct directory. -> [Help 1
第一種方法還沒有找到POM,但隨後它會創建自己的一切......
您沒有指定Maven版本,也沒有運行-X來查看實際發生了什麼,所以將其視爲可回答的問題是不太可能的。 – bmargulies
好吧,下面有答案解決了我的問題。 – Aubergine