前提・実現したいこと
下のエラー部分が問題なのはわかっていて、ググって色々試したのですが(主にStackoverflow)
いまだになにがダメでなにをすればいいのか分からない状態にあります。
教えていただけると幸いです。
Brewでmvnをインストールして、どこからでも呼び出せる状態にするところまではできました。
発生している問題・エラーメッセージ
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/Users/mac). Please verify you invoked Maven from the correct directory. -> [Help 1]
該当のソースコード
Terminal
1mvn clean install #mvn installでも同じ 2[INFO] Scanning for projects... 3[INFO] ------------------------------------------------------------------------ 4[INFO] BUILD FAILURE 5[INFO] ------------------------------------------------------------------------ 6[INFO] Total time: 0.132 s 7[INFO] Finished at: 2021-07-12T10:32:38+08:00 8[INFO] ------------------------------------------------------------------------ 9[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/Users/mac). Please verify you invoked Maven from the correct directory. -> [Help 1] 10[ERROR] 11[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 12[ERROR] Re-run Maven using the -X switch to enable full debug logging. 13[ERROR] 14[ERROR] For more information about the errors and possible solutions, please read the following articles: 15[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException 16
試したこと
必要な情報かどうかは分からないですが、Finderでpom.xml検索したところ3つその名前でヒットしました。3つとも、herokuでテスト用に使うためにgit cloneしたもの(おそらくサンプル)です。全部ファイル名と中身は同じです。
補足情報(FW/ツールのバージョンなど)
Macbook, Terminal
あなたの回答
tips
プレビュー