ビルドできん !

eclipse 側の環境変数の設定とか一通り済ませて mvn eclipse:eclipse を実行したら

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.483s
[INFO] Finished at: Sat Apr 23 11:34:33 JST 2011
[INFO] Final Memory: 3M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli): Goal requires a project to execute but there is no POM in this directory (C:\Users\Jun). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException

とかぬかされた。いろいろ調べてるけど分からんちん。

追記 : 何か

mvn -Declipse:workspace=C:\Users\(username)\workspace eclipse:add-maven-repo

ってオプションを設定して実行したら上手く行ったぽ。

追記の追記 : やっぱ上手く行かね orz