Don't exho in maven-script
- Add bash completion for -Dproject.build.sourceEncoding
This commit is contained in:
parent
a44a678f8e
commit
c9e849a077
@ -68,6 +68,7 @@ _m2_complete()
|
||||
-Dmaven.compiler.target=1.5
|
||||
-Dmaven.compiler.target=1.6
|
||||
-Dmaven.compiler.target=1.7
|
||||
-Dproject.build.sourceEncoding=UTF-8
|
||||
-Dmaven.repo.local=
|
||||
-Dmaven.local.depmap.file=
|
||||
-Dmaven.local.debug=true
|
||||
|
@ -6,5 +6,4 @@ if [ -f /usr/share/java-utils/java-functions ] ; then
|
||||
fi
|
||||
|
||||
export M2_HOME=/usr/share/maven
|
||||
echo $JAVA_HOME
|
||||
export JAVA_HOME; $M2_HOME/bin/mvn "$@"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: maven
|
||||
Version: 3.0.4
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Java project management and project comprehension tool
|
||||
|
||||
Group: Development/Tools
|
||||
@ -377,6 +377,10 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 31 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-16
|
||||
- Don't exho in maven-script
|
||||
- Add bash completion for -Dproject.build.sourceEncoding
|
||||
|
||||
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-15
|
||||
- Add a few bash completion goals
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user