我正在尝试按照此处所述运行“mvn install”:
http://sourceforge.net/p/openimaj/wiki/OpenIMAJ%20From%20Source/
我已经下载了 openimaj 的 svn,pom.xml 文件位于:
C:\Users\[user]\openimaj
当我尝试运行“mvn install”时,它说:
[ERROR] The goal you specified requires a project to execute but there is no POM
in this directory (C:\Users\net). Please verify you invoked Maven from the corr
ect directory. -> [Help 1]
我相信我需要将我的 pom.xml 放入C:\Users\net
,但是我应该如何为 openimaj 创建这个 pom.xml?