Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mvn -Ppolar clean testJ-Meter テストを作成し、maven を使用して実行します。Windows では、 pom.xml ファイルが配置されているフォルダーのコマンド プロンプトからバッチ コマンドを実行して maven を実行します。
mvn -Ppolar clean test
UNIXでテストを実行する必要があり、UNIXでmavenを実行する方法がわからないため、現在問題があります。mvn -Ppolar clean testUNIXで同等のコマンドを知っている人はいますか?
ありがとう
Windows とまったく同じです。
「http://maven.apache.org/download.html」から Maven linux パッケージをインストールしましたか?
Maven は Java で書かれているため、クロスプラットフォームです。したがって、すべてが適切に構成されていれば、Windows とまったく同じコマンド ラインを実行する必要があります。