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.
pom.xml ファイルを含むすべてのサブディレクトリを検索して実行するコマンドは次のとおりです。
mvn clean
そのサブディレクトリでの操作?
複数の Maven プロジェクトを含むワークスペースがあり、それらすべてをクリーンアップしたいと考えています。
このようなものはおそらくうまくいくはずです:
探す 。-name "pom.xml" -exec mvn clean -f '{}' ;