Add a few bash completion goals

This commit is contained in:
Mikolaj Izdebski 2012-10-29 13:48:03 +01:00
parent 08f0efa43c
commit a44a678f8e
2 changed files with 12 additions and 2 deletions

View File

@ -25,7 +25,7 @@ _m2_complete()
esac
goals='clean compile test install package deploy site'
goals='clean compile test install package deploy site verify'
if [[ ${cur} == -* ]] ; then
goals="$goals -am --also-make
-amd --also-make-dependents
@ -61,6 +61,13 @@ _m2_complete()
-V --show-version
-v --version
-X --debug
-Dmaven.test.skip=true
-Dmaven.compiler.source=1.5
-Dmaven.compiler.source=1.6
-Dmaven.compiler.source=1.7
-Dmaven.compiler.target=1.5
-Dmaven.compiler.target=1.6
-Dmaven.compiler.target=1.7
-Dmaven.repo.local=
-Dmaven.local.depmap.file=
-Dmaven.local.debug=true

View File

@ -2,7 +2,7 @@
Name: maven
Version: 3.0.4
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Java project management and project comprehension tool
Group: Development/Tools
@ -377,6 +377,9 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP
%changelog
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-15
- Add a few bash completion goals
* Wed Oct 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-14
- Enable test skipping patch only for local mode (#869399)