aboutsummaryrefslogtreecommitdiffstats
path: root/src/_mvn
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:46:25 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:46:25 +0900
commitb5da595150518d77a73a578aac069f1014c3af35 (patch)
tree1612c5b4cbf3334094f87b668906e05c991bd7ee /src/_mvn
parentAdd editor settings to all files (diff)
downloadzsh-completions-fix-format.tar
zsh-completions-fix-format.tar.gz
zsh-completions-fix-format.tar.bz2
zsh-completions-fix-format.tar.lz
zsh-completions-fix-format.tar.xz
zsh-completions-fix-format.tar.zst
zsh-completions-fix-format.zip
Fix indentation sizefix-format
Diffstat (limited to 'src/_mvn')
-rw-r--r--src/_mvn10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_mvn b/src/_mvn
index ff82592..0c3903d 100644
--- a/src/_mvn
+++ b/src/_mvn
@@ -104,11 +104,11 @@ _mvn() {
if [[ $maven_version == 'maven4' ]]; then
opts+=(
- "($excl_opts -canf --cache-artifact-not-found)"{-canf,--cache-artifact-not-found}'[defines caching behaviour for not found artifacts]: :(false true)'
- "($excl_opts -fos --fail-on-severity)"{-fos,--fail-on-severity}'[configure which severity of logging should cause the build to fail]: :(WARN ERROR)'
- "($excl_opts -itr --ignore-transitive-repositories)"{-itr,--ignore-transitive-repositories}'[if set, Maven will ignore remote repositories introduced by transitive dependencies]'
- "($excl_opts --non-interactive)"'--non-interactive[run in non-interactive mode. Alias for --batch-mode]'
- "($excl_opts -r --resume)"{-r,--resume}'[resume reactor from the last failed project, using the resume.properties file in the build directory]'
+ "($excl_opts -canf --cache-artifact-not-found)"{-canf,--cache-artifact-not-found}'[defines caching behaviour for not found artifacts]: :(false true)'
+ "($excl_opts -fos --fail-on-severity)"{-fos,--fail-on-severity}'[configure which severity of logging should cause the build to fail]: :(WARN ERROR)'
+ "($excl_opts -itr --ignore-transitive-repositories)"{-itr,--ignore-transitive-repositories}'[if set, Maven will ignore remote repositories introduced by transitive dependencies]'
+ "($excl_opts --non-interactive)"'--non-interactive[run in non-interactive mode. Alias for --batch-mode]'
+ "($excl_opts -r --resume)"{-r,--resume}'[resume reactor from the last failed project, using the resume.properties file in the build directory]'
)
fi