diff options
author | Fredrik Appelberg <fredrik.appelberg@scanpix.se> | 2011-03-07 14:31:03 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@scanpix.se> | 2011-03-07 14:31:03 +0100 |
commit | 0664370f80a6a3c80686a427bdc6226822bb5408 (patch) | |
tree | 8fb54472dc5f61631c05f83d82c97469afab22bb /plugins/mvn | |
parent | 8d18844a4bdcb7e0f2cc3e9be09cf504c001db71 (diff) | |
parent | c2e8bed253d25699f826fd7b65d965944b42a21c (diff) | |
download | zsh-0664370f80a6a3c80686a427bdc6226822bb5408.tar.gz zsh-0664370f80a6a3c80686a427bdc6226822bb5408.tar.bz2 zsh-0664370f80a6a3c80686a427bdc6226822bb5408.zip |
Merge branch 'master' of git@github.com:fred-o/oh-my-zsh
Diffstat (limited to 'plugins/mvn')
-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 |