-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaven2.bash_completion
More file actions
721 lines (672 loc) · 18.2 KB
/
maven2.bash_completion
File metadata and controls
721 lines (672 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
# Programmable completion for the Maven mvn command under bash. Source
# this file (or on some systems add it to ~/.bash_completion and start a new
# shell) and bash's completion mechanism will know all about mvn's options!
#
# Copyright (C) 2009, Ludovic Claude <ludovic.claude@laposte.net>
# Base on git completion script, Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Distributed under the GNU General Public License, version 2.0.
# Customization: you can always edit this file (as root) and add or remove plugins and options in the lists defined below.
# If you have some interesting changes, please send patches to ludovic.claude@laposte.net
# Alternatively, you can create a file called bash_completion in your ~/.m2 directory.
# This file can override any of the variables defined below (__mvnopts, __mvnoptsWithArg __mvnparams, __mvnpackaging,
# __mvnclassifiers, __mvndefault_phases, __mvnclean_phases, __mvnsite_phases, __mvncore_plugins, __mvnpackaging_plugins,
# __mvnreporting_plugins, __mvntools_plugins, __mvnide_plugins, __mvnother_plugins, __mvncustom_plugins)
# __mvncustom_plugins is the best variable to use to add new plugins and goals
#
__mvnopts="--also-make --also-make-dependents --file --debug --batch-mode --lax-checksums --strict-checksums --check-plugin-updates --define
--errors --encrypt-master-password --encrypt-password --fail-at-end --fail-fast --fail-never --help --non-recursive --no-plugin-registry
--no-plugin-updates --offline --activate-profiles --projects --quiet --reactor --resume-from --settings --global-settings --update-snapshots
--update-plugins --version --show-version"
__mvnoptsWithArg="--file|--define|--encrypt-master-password|--encrypt-password|--resume-from|--settings|--global-settings|--activate-profiles|--projects"
__mvnparams="-Dmaven.test.skip=true -Dsurefire.useFile=false -Dmaven.surefire.debug -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=y -Dverbose -Dmaven.test.failure.ignore=true"
__mvnpackaging="pom jar maven-plugin ejb war ear rar par"
__mvnclassifiers="sources test-jar"
# phases for the default lifecycle
__mvndefault_phases="validate
initialize
generate-sources
process-sources
generate-resources
process-resources
compile
process-classes
generate-test-sources
process-test-sources
generate-test-resources
process-test-resources
test-compile
process-test-classes
test
package
pre-integration-test
integration-test
post-integration-test
verify
install
deploy"
# phases for the clean lifecycle
__mvnclean_phases="pre-clean
clean
post-clean"
# phases for the site lifecycle
__mvnsite_phases="pre-site
site
post-site
site-deploy"
# core plugin targets
__mvncore_plugins="clean:clean
clean:help
compiler:compile
compiler:testCompile
compiler:help
deploy:deploy
deploy:deploy-file
deploy:help
install:install
install:install-file
install:help
resources:resources
resources:testResources
resources:copy-resources
resources:help
site:site
site:deploy
site:run
site:stage
site:stage-deploy
site:attach-descriptor
site:jar
site:help
surefire:test
surefire:help
verifier:verify
verifier:help"
# packaging plugin targets
__mvnpackaging_plugins="ear:ear
ear:generate-application-xml
ear:help
jar:jar
jar:test-jar
jar:sign
jar:sign-verify
jar:help
rar:rar
rar:help
war:war
war:exploded
war:inplace
war:manifest
war:help
shade:shade
shade:help"
# reporting plugin targets
__mvnreporting_plugins="changelog:changelog
changelog:dev-activity
changelog:file-activity
changelog:help
changes:announcement-mail
changes:announcement-generate
changes:changes-report
changes:jira-report
changes:changes-validate
changes:help
checkstyle:checkstyle
checkstyle:check
checkstyle:help
doap:generate
doap:help
docck:check
docck:help
javadoc:javadoc
javadoc:test-javadoc
javadoc:aggregate
javadoc:test-aggregate
javadoc:jar
javadoc:test-jar
javadoc:help
jxr:jxr
jxr:test-jxr
jxr:help
pmd:pmd
pmd:cpd
pmd:check
pmd:cpd-check
pmd:help
project-info-reports:cim
project-info-reports:dependencies
project-info-reports:dependency-convergence
project-info-reports:dependency-management
project-info-reports:index
project-info-reports:issue-tracking
project-info-reports:license
project-info-reports:mailing-list
project-info-reports:plugin-management
project-info-reports:project-team
project-info-reports:scm
project-info-reports:summary
project-info-reports:help
surefire-report:report
surefire-report:report-only
surefire-report:help"
# tools plugin targets
__mvntools_plugins="ant:ant
ant:clean
ant:help
antrun:run
antrun:help
archetype:create
archetype:generate
archetype:create-from-project
archetype:crawl
archetype:help
assembly:assembly
assembly:directory
assembly:directory-single
assembly:single
assembly:help
dependency:copy
dependency:copy-dependencies
dependency:unpack
dependency:unpack-dependencies
dependency:resolve
dependency:list
dependency:sources
dependency:resolve-plugins
dependency:go-offline
dependency:purge-local-repository
dependency:build-classpath
dependency:analyze
dependency:analyze-dep-mgt
dependency:tree
dependency:help
enforcer:enforce
enforcer:display-info
enforcer:help
gpg:sign
gpg:sign-and-deploy-file
gpg:help
help:active-profiles
help:all-profiles
help:describe
help:effective-pom
help:effective-settings
help:evaluate
help:expressions
help:system
invoker:install
invoker:run
invoker:help
one:convert
one:deploy-maven-one-repository
one:install-maven-one-repository
one:maven-one-plugin
one:help
patch:apply
patch:help
pdf:pdf
pdf:help
plugin:descriptor
plugin:report
plugin:updateRegistry
plugin:xdoc
plugin:addPluginArtifactMetadata
plugin:helpmojo
plugin:help
release:clean
release:prepare
release:rollback
release:perform
release:stage
release:branch
release:help
reactor:resume
reactor:make
reactor:make-dependents
reactor:make-scm-changes
reactor:help
remote-resources:bundle
remote-resources:process
remote-resources:help
repository:bundle-create
repository:bundle-pack
repository:help
scm:branch
scm:validate
scm:add
scm:unedit
scm:export
scm:bootstrap
scm:changelog
scm:list
scm:checkin
scm:checkout
scm:status
scm:update
scm:diff
scm:update-subprojects
scm:edit
scm:tag
scm:help
source:aggregate
source:jar
source:test-jar
source:jar-no-fork
source:test-jar-no-fork
source:help
stage:copy
stage:help"
# IDE plugin targets
__mvnide_plugins="eclipse:clean
eclipse:configure-workspace
eclipse:eclipse
eclipse:help
eclipse:install-plugins
eclipse:m2eclipse
eclipse:make-artifacts
eclipse:myeclipse
eclipse:myeclipse-clean
eclipse:rad
eclipse:rad-clean
eclipse:remove-cache
eclipse:to-maven
idea:clean
idea:help
idea:idea
idea:module
idea:project
idea:workspace"
__mvnother_plugins="
plexus:app plexus:bundle-application plexus:bundle-runtime plexus:descriptor plexus:runtime plexus:service
jetty:run-war jetty:run
cargo:start cargo:stop
dbunit:export dbunit:operation
hibernate3:hbm2cfgxml hibernate3:hbm2ddl hibernate3:hbm2doc hibernate3:hbm2hbmxml hibernate3:hbm2java hibernate3:schema-export
hibernate3:schema-update
groovy:compile groovy:console groovy:execute groovy:generateStubs groovy:generateTestStubs groovy:help groovy:providers groovy:shell
groovy:testCompile
gwt:compile gwt:eclipse gwt:eclipseTest gwt:generateAsync gwt:help gwt:i18n gwt:test
javacc:help javacc:javacc javacc:jjdoc javacc:jjtree javacc:jjtree-javacc javacc:jtb javacc:jtb-javacc
jboss:configure jboss:deploy jboss:harddeploy jboss:start jboss:stop jboss:undeploy
jboss-packaging:esb jboss-packaging:esb-exploded jboss-packaging:har jboss-packaging:har-exploded jboss-packaging:sar jboss-packaging:sar-exploded
jboss-packaging:sar-inplace jboss-packaging:spring
jpox:enhance jpox:schema-create jpox:schema-dbinfo jpox:schema-delete jpox:schema-info jpox:schema-validate
make:autoreconf make:chmod make:chown make:compile make:configure make:help make:make-clean make:make-dist make:make-install make:test
make:validate-pom
nbm:autoupdate nbm:branding nbm:cluster nbm:directory nbm:jar nbm:nbm nbm:populate-repository nbm:run-ide nbm:run-platform
tomcat:deploy tomcat:exploded tomcat:info tomcat:inplace tomcat:list tomcat:redeploy tomcat:resources tomcat:roles tomcat:run tomcat:run-war
tomcat:sessions tomcat:start tomcat:stop tomcat:undeploy
wagon:copy wagon:download wagon:download-single wagon:help wagon:list wagon:merge-maven-repos wagon:upload wagon:upload-single
was6:clean was6:ejbdeploy was6:help was6:installApp was6:wsAdmin was6:wsDefaultBindings was6:wsListApps was6:wsStartApp was6:wsStartServer
was6:wsStopApp was6:wsStopServer was6:wsUninstallApp
weblogic:appc weblogic:clientgen weblogic:clientgen9 weblogic:deploy weblogic:jwsc weblogic:listapps weblogic:redeploy weblogic:servicegen
weblogic:start weblogic:stop weblogic:undeploy weblogic:wsdlgen"
__mvncustom_plugins=""
### End of customizable area
if [ -e ~/.m2/bash_completion ]; then
source ~/.m2/bash_completion
fi
__mvnphases="${__mvndefault_phases} ${__mvnclean_phases} ${__mvnsite_phases}"
__mvnall_plugin_and_goals="${__mvncore_plugins} ${__mvnpackaging_plugins} ${__mvnreporting_plugins} ${__mvntools_plugins}
${__mvnide_plugins} ${__mvnother_plugins} ${__mvncustom_plugins}"
__mvnplugins=$(echo ${__mvnall_plugin_and_goals} | sed -re 's/:[^ \t]+/:\n/g' | sort -u | sed 's/[\s\n]//g')
__mvncomp_1 ()
{
local c IFS=' '$'\t'$'\n'
for c in $1; do
case "$c$2" in
--*=*) printf %s$'\n' "$c$2" ;;
*.) printf %s$'\n' "$c$2" ;;
*) printf %s$'\n' "$c$2 " ;;
esac
done
}
__mvncomp ()
{
local genOpt=
if [ "$1" == "-nospace" ]; then
genOpt="true"
shift
fi
local cur="${COMP_WORDS[COMP_CWORD]}"
if [ $# -gt 2 ]; then
cur="$3"
fi
case "$cur" in
-*=)
COMPREPLY=()
;;
*)
local IFS=$'\n'
COMPREPLY=($(compgen -P "$2" \
-W "$(__mvncomp_1 "$1" "$4")" \
-- "$cur"))
;;
esac
}
__mvnlist_projects ()
{
local poms=$(find . -name pom.xml -print)
echo $poms | while read -d ' ' POM; do
local DIR=$(dirname "$POM")
if [[ "$DIR" != "." ]]; then
echo "${DIR#./}"
fi
done
}
__mvnlist_goals ()
{
local plugin=$1
local pfx=""
if [[ "$2" ]]; then
pfx=$2
fi
echo ${__mvnall_plugin_and_goals} | tr ' ' '\n' | grep "$plugin" | sed "s/.*:/${pfx}/g"
}
__mvnlist_poms ()
{
for x in `find -type f -name pom.xml -or -name *.pom` ; do echo ${x#./} ; done
}
__mvnlist_prefix ()
{
local pfx=$1 IFS=' '$'\t'$'\n'
shift
local list=$@
for c in $list; do
echo "$pfx$c"
done
}
__mvnprefix_equals ()
{
local cur=$1
local pfx=""
case "$COMP_WORDBREAKS" in
*=*) : great ;;
*) pfx="${cur%%=*}=" ;;
esac
echo $pfx
}
__mvnprefix_colon ()
{
local cur=$1
local pfx=""
case "$COMP_WORDBREAKS" in
*:*) : great ;;
*) pfx="${cur%%:*}:" ;;
esac
echo $pfx
}
__mvnprefix_comma ()
{
local cur=$1
local pfx=""
case "$COMP_WORDBREAKS" in
*,*) : great ;;
*) pfx="${cur%%,*}," ;;
esac
echo $pfx
}
__mvnplugin_help ()
{
local plugin=$1
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
goal=*)
__mvncomp "$(__mvnlist_goals $plugin)" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "detail lineLength= indentSize= $(__mvnlist_goals $plugin 'goal=')" "-D" "${cur}"
;;
esac
}
__mvnhelp_describe ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
cmd=*:*)
local plugin="${cur#*=}"
plugin="${plugin%%:*}:"
__mvncomp "$(__mvnlist_goals $plugin)" "$(__mvnprefix_colon $cur)" "${cur#*:}"
;;
cmd=*)
__mvncomp "${__mvnphases} ${__mvnall_plugin_and_goals}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
plugin=*)
__mvncomp "org.apache.maven.plugins:maven-" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
groupId=*)
__mvncomp "org.apache.maven.plugins" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
artifactId=*)
__mvncomp "" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
# present several cmd= options to block full completion and insertion of a space
__mvncomp "detail cmd=press cmd=tab plugin= groupId= artifactId=" "-D" "${cur}"
;;
esac
}
__mvndeploy_deploy ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
__mvncomp "altDeploymentRepository= skip=true updateReleaseInfo=true" "-D" "${cur}"
}
__mvndeploy_deploy_file ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
file=*)
COMPREPLY=( $( compgen -f -P "$(__mvnprefix_equals $cur)" -- "${cur#*=}" ) )
;;
pomFile=*)
__mvncomp "$(__mvnlist_poms)" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
packaging=*)
__mvncomp "${__mvnpackaging}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
local options="artifactId= classifier= description= file=press file=tab generatePom=false groupId= pomFile=press pomFile=tab repositoryId=
repositoryLayout=legacy uniqueVersion=false url= version="
options="$options $(__mvnlist_prefix 'packaging=' ${__mvnpackaging} )"
__mvncomp "$options" "-D" "${cur}"
;;
esac
}
__mvnarchetype_generate ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
__mvncomp "archetypeArtifactId= archetypeCatalog= archetypeGroupId= archetypeRepository= archetypeVersion= basedir= goals= interactiveMode="
"-D" "${cur}"
}
__mvndependency_x_dependencies ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
classifier=*)
__mvncomp "${__mvnclassifiers}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "$(__mvnlist_prefix 'classifier=' ${__mvnclassifiers})" "-D" "${cur}"
;;
esac
}
__mvndependency_resolve ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
classifier=*)
__mvncomp "${__mvnclassifiers}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "$(__mvnlist_prefix 'classifier=' ${__mvnclassifiers}) excludeArtifactIds= excludeClassifiers= excludeGroupIds=
excludeScope= excludeTransitive=true excludeTypes= includeArtifactIds= includeClassifiers= includeGroupIds= includeScope=
includeTypes= markersDirectory= outputAbsoluteArtifactFilename= outputFile= outputScope=false overWriteIfNewer=false
overWriteReleases=true overWriteSnapshots=true silent=true type="
"-D" "${cur}"
;;
esac
}
__mvndependency_purge_local_repository ()
{
local fuzziness="file version artifactId groupId"
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
resolutionFuzziness=*)
__mvncomp "${fuzziness}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "actTransitively=false exclude= reResolve=false verbose=true
$(__mvnlist_prefix 'resolutionFuzziness=' ${fuzziness})"
"-D" "${cur}"
;;
esac
}
__mvndependency_analyze ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
__mvncomp "ignoreNonCompile=true outputXML=true scriptableFlag= scriptableOutput=true verbose=true" "-D" "${cur}"
}
__mvndependency_analyze_dep_mgt ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
__mvncomp "ignoreDirect=false" "-D" "${cur}"
}
__mvndependency_tree ()
{
local tokens="whitespace standard extended"
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
tokens=*)
__mvncomp "${tokens}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "excludes= includes= outputFile= scope= verbose=true
$(__mvnlist_prefix 'tokens=' ${tokens})"
"-D" "${cur}"
;;
esac
}
__mvnrelease_prepare ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
__mvncomp "username= dryRun=true" "-D" "${cur}"
}
__mvnscm_checkin ()
{
local versionType="branch tag revision"
local cur="${COMP_WORDS[COMP_CWORD]}"
cur="${cur#-D}"
case "${cur}" in
scmVersionType=*)
__mvncomp "${versionType}" "$(__mvnprefix_equals $cur)" "${cur#*=}"
;;
*)
__mvncomp "username= message= passphrase= password= scmVersion= $(__mvnlist_prefix 'scmVersionType=' ${versionType})" "-D" "${cur}"
;;
esac
}
_mvn ()
{
local i prev c=1 cmd option optionArg=0
COMPREPLY=()
while [ $c -lt $COMP_CWORD ]; do
prev=$i
i="${COMP_WORDS[c]}"
c=$((++c))
optionArg=0
# skip option argument
if [[ $prev == @(${__mvnoptsWithArg}) ]]; then
optionArg=1
continue;
fi
case "$i" in
--version|--help) return ;;
-*) option="$i" ;;
*) cmd="$i"; break ;;
esac
done
if [[ ! $cmd && $option && ($optionArg == 0) ]]; then
case "$option" in
--file)
__mvncomp "$(__mvnlist_poms)"
return
;;
--define)
__mvncomp "maven.test.skip=true"
return
;;
--resume-from)
__mvncomp "$(__mvnlist_projects)"
return
;;
--projects)
local cur="${COMP_WORDS[COMP_CWORD]}"
case "${cur}" in
*,*)
__mvncomp "$(__mvnlist_projects)" "$(__mvnprefix_comma $cur)" "${cur#*,}"
;;
*) __mvncomp "$(__mvnlist_projects)"
;;
esac
return
;;
--settings|--global-settings)
COMPREPLY=( $( compgen -f -- $cur ) )
return
;;
--*)
COMPREPLY=()
;;
esac
fi
if [ -z "$cmd" ]; then
local cur="${COMP_WORDS[COMP_CWORD]}"
case "${cur}" in
-D*=*) COMPREPLY=() ;;
-*) __mvncomp "${__mvnopts} ${__mvnparams}" ;;
--*) __mvncomp "${__mvnopts}" ;;
*:*)
local plugin="${cur%%:*}:"
__mvncomp "$(__mvnlist_goals $plugin)" "$(__mvnprefix_colon $cur)" "${cur#*:}"
;;
*) __mvncomp "${__mvnphases} ${__mvnall_plugin_and_goals}" ;;
esac
return
fi
case "$cmd" in
*:help)
local plugin="${cmd%%:*}:"
__mvnplugin_help $plugin
;;
help:describe) __mvnhelp_describe ;;
deploy:deploy) __mvndeploy_deploy ;;
deploy:deploy-file) __mvndeploy_deploy_file ;;
archetype:generate) __mvnarchetype_generate ;;
dependency:copy-dependencies) __mvndependency_x_dependencies ;;
dependency:unpack-dependencies) __mvndependency_x_dependencies ;;
dependency:resolve) __mvndependency_resolve ;;
dependency:resolve-plugins) __mvndependency_resolve ;;
dependency:source) __mvndependency_resolve ;;
dependency:go-offline) __mvndependency_resolve ;;
dependency:purge-local-repository) __mvndependency_purge_local_repository ;;
dependency:analyze) __mvndependency_analyze ;;
dependency:analyze-dep-mgt) __mvndependency_analyze_dep_mgt ;;
release:prepare) __mvnrelease_prepare ;;
scm:checkin) __mvnscm_checkin ;;
*)
;;
esac
}
complete -o default -o nospace -F _mvn mvn mvnDebug