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.
現在、maven 3 を使用して maven 並列ビルドを実行しています。
mvn -T 2C clean install
これらが安定しているかどうかを誰かが言うことができますか。
並列ビルド機能自体は、私にとってかなり安定しています。スレッドセーフである必要があるため、使用しているプラグインに注意してください。プラグインがまだスレッド セーフでない場合は、警告が表示されます。