そのディレクトリ以下の pom ファイル全てに mvn コマンド実行
zsh 使ってると find の使い方忘れるよねってことで忘却録
find . -name "pom.xml" -exec mvn eclipse:clean eclipse:eclipse -DdownloadSources=true -f {} \;
zsh 使ってると find の使い方忘れるよねってことで忘却録
find . -name "pom.xml" -exec mvn eclipse:clean eclipse:eclipse -DdownloadSources=true -f {} \;