diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-02-16 10:40:51 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-02-16 10:40:51 +0100 |
commit | 792e50c917b7c854fbcadbce10a895ab7fbaa7ec (patch) | |
tree | 0e305f6b04d19da5f4f6a4b141a8de3069c97398 /plugins | |
parent | d02a3912cfd52636ad547fe0b1357303b77584a8 (diff) | |
download | zsh-792e50c917b7c854fbcadbce10a895ab7fbaa7ec.tar.gz zsh-792e50c917b7c854fbcadbce10a895ab7fbaa7ec.tar.bz2 zsh-792e50c917b7c854fbcadbce10a895ab7fbaa7ec.zip |
mvn plugin
Diffstat (limited to 'plugins')
-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 |