diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-09 09:55:28 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-09 09:55:28 +0100 |
commit | 0294487a3e4c7e0257cc8f17357e497fd9280a3b (patch) | |
tree | 3abaf12d557efc50268cd45901399c3a7904cd50 /plugins/mvn/mvn.plugin.zsh | |
parent | d537dc8cb6907b4be520e8e603045aff37219e84 (diff) | |
parent | d807221f607cc7ef02e17a9aa60b1f5f18a886ab (diff) | |
download | zsh-0294487a3e4c7e0257cc8f17357e497fd9280a3b.tar.gz zsh-0294487a3e4c7e0257cc8f17357e497fd9280a3b.tar.bz2 zsh-0294487a3e4c7e0257cc8f17357e497fd9280a3b.zip |
Merge branch 'master' of github.com:fred-o/oh-my-zsh
Diffstat (limited to 'plugins/mvn/mvn.plugin.zsh')
-rw-r--r-- | plugins/mvn/mvn.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index abd0da185..e8af2f49d 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -1,6 +1,6 @@ function listMavenCompletions { reply=( - cli:execute cli:execute-phase archetype:generate compile clean install test test-compile deploy package cobertura:cobertura jetty:run gwt:run gwt:debug -DskipTests -Dmaven.test.skip=true -DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository -Dtest= `if [ -d ./src ] ; then find ./src -type f | grep -v svn | sed 's?.*/\([^/]*\)\..*?-Dtest=\1?' ; fi`); + cli:execute cli:execute-phase archetype:generate generate-sources compile clean install test test-compile deploy package cobertura:cobertura jetty:run gwt:run gwt:debug -DskipTests -Dmaven.test.skip=true -DarchetypeCatalog=http://tapestry.formos.com/maven-snapshot-repository -Dtest= `if [ -d ./src ] ; then find ./src -type f | grep -v svn | sed 's?.*/\([^/]*\)\..*?-Dtest=\1?' ; fi`); } compctl -K listMavenCompletions mvn
\ No newline at end of file |