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.
オプションを使用しようとしています:
checkModificationExcludeList
しかし、正しい構文がわかりません:
mvn -U release:prepare checkModificationExcludeList myfile.txt
動作しません。
ローカル変更チェックからファイルを除外するための正しい構文は、
mvn release:prepare -DcheckModificationExcludeList=one.txt,two.txt
-D を使用して引数を渡すようにしてください。
サブディレクトリ内のファイルの場合、ファイル名を指定するだけでよく、パスはスキップできると思います。