diff options
author | Shang Yehua <niceshang@163.com> | 2016-05-14 18:14:34 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-14 12:14:34 +0200 |
commit | 5aa7e0f60049b6501d3587dcd4355706ce1cbe34 (patch) | |
tree | 8b4c9e78209c682091ed09a0d2c6c24b4fd5e65b /plugins/mvn | |
parent | 4a1e89c58b3b924ec7caed2b7e33afb8ee0825d6 (diff) | |
download | zsh-5aa7e0f60049b6501d3587dcd4355706ce1cbe34.tar.gz zsh-5aa7e0f60049b6501d3587dcd4355706ce1cbe34.tar.bz2 zsh-5aa7e0f60049b6501d3587dcd4355706ce1cbe34.zip |
Add mvn options to ignore test failures (#5092)
add "-Dmaven.test.failure.ignore=true" .
This option will not ignore all tests but ignore the failures when run tests.
See http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#testFailureIgnore
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 8324c495b..7aaab0e18 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -171,7 +171,7 @@ function listMavenCompletions { gwt:browser gwt:clean gwt:compile gwt:compile-report gwt:css gwt:debug gwt:eclipse gwt:eclipseTest gwt:generateAsync gwt:help gwt:i18n gwt:mergewebxml gwt:resources gwt:run gwt:sdkInstall gwt:source-jar gwt:soyc gwt:test # options - -Dmaven.test.skip=true -DskipTests -Dmaven.surefire.debug -DenableCiProfile -Dpmd.skip=true -Dcheckstyle.skip=true -Dtycho.mode=maven + -Dmaven.test.skip=true -DskipTests -Dmaven.surefire.debug -DenableCiProfile -Dpmd.skip=true -Dcheckstyle.skip=true -Dtycho.mode=maven -Dmaven.test.failure.ignore=true # arguments -am -amd -B -C -c -cpu -D -e -emp -ep -f -fae -ff -fn -gs -h -l -N -npr -npu -nsu -o -P -pl -q -rf -s -T -t -U -up -V -v -X |