Skip to content

Commit 3f7686d

Browse files
committed
wip
1 parent 514abfa commit 3f7686d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.codex/skills/mvnf/scripts/mvnf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def main() -> int:
276276
print(f"Test selector: {test_selector} ({'failsafe' if args.it else 'surefire'})")
277277

278278
clean_cmd = mvn_cmd + common_flags + ["-pl", module, "clean"]
279-
install_cmd = mvn_cmd + (offline_flag + ["-T", "1C", "-Dmaven.repo.local=.m2_repo", "-Pquick", "clean", "install"])
279+
install_cmd = mvn_cmd + (offline_flag + ["-T", "1C", "-Dmaven.repo.local=.m2_repo", "-Pquick", "install"])
280280

281281
verify_cmd = mvn_cmd + common_flags + ["-pl", module]
282282
if test_selector is not None:

0 commit comments

Comments
 (0)