apache-maven-3.0.4 をダウンロードしてインストールしました。以下のリンクを参考にしました。
http://www.avajava.com/tutorials/lessons/what-is-maven-and-how-do-i-install-it.html?page=1
しかし、コマンド「mvn install」を入力すると、次のようなエラーが発生します。
[ERROR] The goal you specified requires a project to execute but there is no POM
in this directory (C:\Users\admin). Please verify you invoked Maven from the co
rrect directory. -> [Help 1]
maven-clean-plugin-2.3 JAR ファイルをダウンロードして、.m2/repository/ に配置しました。
インターネットで pom ファイルを探しましたが、見つかりませんでした。
maven-clean-plugin の pom ファイルはどこから入手できますか?
ご意見をお聞かせください
ありがとう