システムに db ユニットをインストールする必要があります。JDBC ドライバーのインストールが完了しました。junit-4.11.jar をダウンロードしました。
ディレクトリにjarファイルを生成する必要があります.これを行う正しい方法/ステップは何ですか.リンクごとのAS: http://www.dbunit.org/building.html
mvn
コマンドラインからコマンドを実行しようとしました。しかし、私はエラーが発生します
C:\Users\suvin>mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.225s
[INFO] Finished at: Tue Nov 20 14:51:56 IST 2012
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM
in this directory (C:\Users\suvin). Please verify you invoked Maven from the co
rrect 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/MissingProject
Exception
どんな助けでもいただければ幸いです